Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-08 12:02:40
|
||||
compiled from "/var/www/html/templates/items/devoluciones-cedis-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:264485643540de1304320a1-71367184%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'442a11d8110ce06c228ae2c9ac54baed3ed2c279' =>
|
||||
array (
|
||||
0 => '/var/www/html/templates/items/devoluciones-cedis-base.tpl',
|
||||
1 => 1410130454,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '264485643540de1304320a1-71367184',
|
||||
'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';
|
||||
?> <tr>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['devCedisId'];?>
|
||||
</div></td>
|
||||
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['usuario'];?>
|
||||
</div></td>
|
||||
<td align="center"><div align="center"><?php echo smarty_modifier_date_format($_smarty_tpl->getVariable('item')->value['fecha'],"%d-%m-%Y %k:%M:%S");?>
|
||||
</div></td>
|
||||
<td align="center"><div align="center">
|
||||
<a href="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/devoluciones-cedis-detalles/id/<?php echo $_smarty_tpl->getVariable('item')->value['devCedisId'];?>
|
||||
" title="Ver Detalles">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/details.png" border="0"/>
|
||||
</a>
|
||||
<a href="javascript:void(0)" onclick="DeleteDev(<?php echo $_smarty_tpl->getVariable('item')->value['devCedisId'];?>
|
||||
)" title="Eliminar">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/delete.png" border="0"/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user