Primer commit del sistema avantika sin cambios
This commit is contained in:
60
templates_c/f471509e9bf80bd47f527dea9ca2c257c884558c.file.envios.tpl.php
Executable file
60
templates_c/f471509e9bf80bd47f527dea9ca2c257c884558c.file.envios.tpl.php
Executable file
@@ -0,0 +1,60 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-08 12:02:31
|
||||
compiled from "./templates/envios.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:370731935540de127902279-54367208%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'f471509e9bf80bd47f527dea9ca2c257c884558c' =>
|
||||
array (
|
||||
0 => './templates/envios.tpl',
|
||||
1 => 1410130445,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '370731935540de127902279-54367208',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div class="grid_16" id="content">
|
||||
|
||||
<div class="grid_9">
|
||||
<h1 class="catalogos">Envíos :: CEDIS - Tienda</h1>
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php if ($_smarty_tpl->getVariable('Usr')->value['type']=="almacen"){?>
|
||||
<div align="center" class="btnAddGral">
|
||||
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/envios-cedis-agregar" class="inline_add">Nuevo Envío</a>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php $_template = new Smarty_Internal_Template("forms/search-envios.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
|
||||
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
|
||||
|
||||
|
||||
<?php if ($_smarty_tpl->getVariable('msg')->value!=''){?>
|
||||
<div align="center" style="color:#009900; font-size:14px;">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/ok2.png" /><br /><b>
|
||||
<?php if ($_smarty_tpl->getVariable('msg')->value=="Saved"){?>
|
||||
El envío fue agregado correctamente.
|
||||
<?php }elseif($_smarty_tpl->getVariable('msg')->value=="Recibido"){?>
|
||||
El envío fue recibido correctamente.
|
||||
<?php }?>
|
||||
</b></div>
|
||||
<?php }?>
|
||||
|
||||
<div class="grid_15" id="contenido">
|
||||
|
||||
<?php $_template = new Smarty_Internal_Template("lists/envios.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
|
||||
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user