Files
ventas_php/templates_c/6b0aca1c9bdc5ca451fffae7f560cf9e4c19e89a.file.proveedores-base.tpl.php

39 lines
1.7 KiB
PHP

<?php /* Smarty version Smarty3-b7, created on 2026-01-07 00:55:50
compiled from "/var/www/html/ventas/templates/items/proveedores-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:895436806695e0376a66de3-11569011%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'6b0aca1c9bdc5ca451fffae7f560cf9e4c19e89a' =>
array (
0 => '/var/www/html/ventas/templates/items/proveedores-base.tpl',
1 => 1767753171,
),
),
'nocache_hash' => '895436806695e0376a66de3-11569011',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<tr>
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['noProv'];?>
</td>
<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"><?php echo $_smarty_tpl->getVariable('item')->value['telefono'];?>
</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['proveedorId'];?>
" 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['proveedorId'];?>
" 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['proveedorId'];?>
" title="Eliminar"/>
</td>
</tr>