39 lines
1.8 KiB
PHP
Executable File
39 lines
1.8 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-06-13 16:43:57
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/sucursales-base.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:264011040539b709dda0a05-91643035%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'2b8188c64c666bde8bfe899688adc9de39c60faa' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/sucursales-base.tpl',
|
|
1 => 1375965398,
|
|
),
|
|
),
|
|
'nocache_hash' => '264011040539b709dda0a05-91643035',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<tr>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('sucursal')->value['sucursalId'];?>
|
|
</td>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('sucursal')->value['rfc'];?>
|
|
</td>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('sucursal')->value['nombre'];?>
|
|
</td>
|
|
<td align="center"><?php echo $_smarty_tpl->getVariable('sucursal')->value['iva'];?>
|
|
%</td>
|
|
<td align="center">
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/details.png" class="spanViewSucursal" id="<?php echo $_smarty_tpl->getVariable('sucursal')->value['sucursalId'];?>
|
|
" title="Ver Detalles" />
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/edit.gif" class="spanEditSucursal" id="<?php echo $_smarty_tpl->getVariable('sucursal')->value['sucursalId'];?>
|
|
" title="Editar"/>
|
|
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
|
/images/icons/delete.gif" class="spanDeleteSucursal" id="<?php echo $_smarty_tpl->getVariable('sucursal')->value['sucursalId'];?>
|
|
" title="Eliminar"/>
|
|
</td>
|
|
</tr>
|