Files
ventas_php/templates_c/53d4ba85f66a90064d90663609a7e57ac507e46d.file.politicas-base.tpl.php

34 lines
1.3 KiB
PHP

<?php /* Smarty version Smarty3-b7, created on 2026-01-07 00:58:48
compiled from "/var/www/html/ventas/templates/items/politicas-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1622218388695e0428543900-60785309%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'53d4ba85f66a90064d90663609a7e57ac507e46d' =>
array (
0 => '/var/www/html/ventas/templates/items/politicas-base.tpl',
1 => 1767753171,
),
),
'nocache_hash' => '1622218388695e0428543900-60785309',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['idPoliticaBD'];?>
</td>
<td><?php echo $_smarty_tpl->getVariable('item')->value['porcentajeEvaluacion'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['tipo'];?>
</td>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['porcentajeBonificacion'];?>
</td>
<td align="center">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/icons/delete.gif" class="spanDelete" id="<?php echo $_smarty_tpl->getVariable('item')->value['idPoliticaBD'];?>
" title="Eliminar"/>
</td>
</tr>