Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-09 15:00:56
|
||||
compiled from "/var/www/html/templates/items/motivos-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:1424158897540f5c78155623-68113607%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7b32ab60db352a8387c44c6d25376472c8bea720' =>
|
||||
array (
|
||||
0 => '/var/www/html/templates/items/motivos-base.tpl',
|
||||
1 => 1410130455,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '1424158897540f5c78155623-68113607',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<tr>
|
||||
<td align="center"><?php echo $_smarty_tpl->getVariable('item')->value['motivoId'];?>
|
||||
</td>
|
||||
<td><?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
|
||||
</td>
|
||||
<td align="center">
|
||||
<?php if ($_smarty_tpl->getVariable('item')->value['motivoId']!=3&&$_smarty_tpl->getVariable('item')->value['motivoId']!=4){?>
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/edit.gif" class="spanEdit" id="<?php echo $_smarty_tpl->getVariable('item')->value['motivoId'];?>
|
||||
" 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['motivoId'];?>
|
||||
" title="Eliminar"/>
|
||||
<?php }else{ ?>
|
||||
---
|
||||
<?php }?>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user