Files
ventas_php/templates_c/28ef918730bc5c4aa2f207b1a1e1d744001e74b3.file.inventario-wizard2-base.tpl.php

50 lines
2.1 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-08 18:36:13
compiled from "/var/www/html/templates/items/inventario-wizard2-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1309825605540e3d6d4075b3-57719773%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'28ef918730bc5c4aa2f207b1a1e1d744001e74b3' =>
array (
0 => '/var/www/html/templates/items/inventario-wizard2-base.tpl',
1 => 1410130455,
),
),
'nocache_hash' => '1309825605540e3d6d4075b3-57719773',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php if (!is_callable('smarty_modifier_date_format')) include '/var/www/html/libs/plugins/modifier.date_format.php';
?><?php $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['key'] = new Smarty_Variable;
$_from = $_smarty_tpl->getVariable('ajustes')->value['items']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value){
$_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['item']->key;
?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['invWizardId'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['sucursal'];?>
</td>
<td align="center"><?php echo smarty_modifier_date_format($_smarty_tpl->getVariable('item')->value['fecha'],"%d-%m-%Y %k:%M");?>
Hrs.</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['usuario'];?>
</td>
<td align="center">
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/inventario-wizprods2/id/<?php echo $_smarty_tpl->getVariable('item')->value['invWizardId'];?>
">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/details.png" border="0"/>
</a>
</td>
</tr>
<?php }} else { ?>
<tr>
<td colspan="5" align="center">Ning&uacute;n registro encontrado.</td>
</tr>
<?php } ?>