Files
ventas_php/templates_c/896547fa0b9335165b21558cf198a6a5d5f42bed.file.inventario-wizard-base.tpl.php

50 lines
2.1 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-08 12:09:07
compiled from "/var/www/html/templates/items/inventario-wizard-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1044532433540a161415c911-84178643%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'896547fa0b9335165b21558cf198a6a5d5f42bed' =>
array (
0 => '/var/www/html/templates/items/inventario-wizard-base.tpl',
1 => 1410130455,
),
),
'nocache_hash' => '1044532433540a161415c911-84178643',
'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-wizprods/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 } ?>