Files
ventas_php/templates_c/90eebacf17d730d5f9ba0df733eabd1d5c7b1fc9.file.clientes-base.tpl.php

36 lines
1.5 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-07 17:58:14
compiled from "/var/www/html/templates/items/clientes-base.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1043017768540ce306f045a1-20728812%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'90eebacf17d730d5f9ba0df733eabd1d5c7b1fc9' =>
array (
0 => '/var/www/html/templates/items/clientes-base.tpl',
1 => 1410130453,
),
),
'nocache_hash' => '1043017768540ce306f045a1-20728812',
'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>