Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-11 16:57:57
|
||||
compiled from "/var/www/html/templates/items/sucursales-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:101097625854121ae5822977-08815926%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'ece7c6ea71fdd844511e9180c8e917fc638fbd1a' =>
|
||||
array (
|
||||
0 => '/var/www/html/templates/items/sucursales-base.tpl',
|
||||
1 => 1410130456,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '101097625854121ae5822977-08815926',
|
||||
'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>
|
||||
Reference in New Issue
Block a user