Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-06-04 10:00:05
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/clientes-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1670809409538f3475882d53-37367840%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'6a4400712a0f4cebdedefcf760cdc5412ce6c3ed' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/clientes-base.tpl',
|
||||
1 => 1375965365,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1670809409538f3475882d53-37367840',
|
||||
'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>
|
||||
Reference in New Issue
Block a user