Files
ventas_php/templates_c/1060e014e2d7b400078657c7e296c11890a386c5.file.metodos-pago-base.tpl.php

33 lines
1.4 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-07 17:58:11
compiled from "/var/www/html/templates/items/metodos-pago-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:674878622540ce303cfa2d6-68395713%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'1060e014e2d7b400078657c7e296c11890a386c5' =>
array (
0 => '/var/www/html/templates/items/metodos-pago-base.tpl',
1 => 1410130455,
),
),
'nocache_hash' => '674878622540ce303cfa2d6-68395713',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><div align="center"><?php echo $_smarty_tpl->getVariable('item')->value['metodoPagoId'];?>
</div></td>
<td><?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
</td>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/edit.gif" class="spanEdit" id="<?php echo $_smarty_tpl->getVariable('item')->value['metodoPagoId'];?>
" title="Editar"/>
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/delete.gif" class="spanDelete" id="<?php echo $_smarty_tpl->getVariable('item')->value['metodoPagoId'];?>
" title="Eliminar"/>
</td>
</tr>