36 lines
1.5 KiB
PHP
36 lines
1.5 KiB
PHP
<?php /* Smarty version Smarty3-b7, created on 2026-01-07 00:45:16
|
|
compiled from "/var/www/html/ventas/templates/items/clientes-base.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:221198652695e00fc78e9e5-23227028%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'25089b2b3d0807051fb3e7b58c7d9b1db10fcf3c' =>
|
|
array (
|
|
0 => '/var/www/html/ventas/templates/items/clientes-base.tpl',
|
|
1 => 1767753171,
|
|
),
|
|
),
|
|
'nocache_hash' => '221198652695e00fc78e9e5-23227028',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<tr>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['rfc'];?>
|
|
</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/details.png" class="spanView" id="<?php echo $_smarty_tpl->getVariable('item')->value['clienteId'];?>
|
|
" title="Ver Detalles" />
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/edit.gif" class="spanEdit" id="<?php echo $_smarty_tpl->getVariable('item')->value['clienteId'];?>
|
|
" 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['clienteId'];?>
|
|
" title="Eliminar"/>
|
|
</td>
|
|
</tr>
|