Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-22 12:26:06
|
||||
compiled from "/var/www/html/templates/items/comisiones-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:3041855654205bae3a09a8-55288636%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'3784ce89181efb2081fe368e56f9988bad91203d' =>
|
||||
array (
|
||||
0 => '/var/www/html/templates/items/comisiones-base.tpl',
|
||||
1 => 1410130453,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '3041855654205bae3a09a8-55288636',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<tr>
|
||||
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['comisionId'];?>
|
||||
</td>
|
||||
<td><?php echo $_smarty_tpl->getVariable('item')->value['tipoUsuario'];?>
|
||||
</td>
|
||||
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['comisionBajo'];?>
|
||||
</td>
|
||||
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['comisionAlto'];?>
|
||||
</td>
|
||||
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['rango'];?>
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/edit.gif" class="spanEdit" id="<?php echo $_smarty_tpl->getVariable('item')->value['comisionId'];?>
|
||||
" 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['comisionId'];?>
|
||||
" title="Eliminar"/>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user