Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-09-22 12:25:48
|
||||
compiled from "/var/www/html/templates/items/atributos-valores-base.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:89321654954205b9c53f613-19402371%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'f25941007479a40059dff9336282a92bacde2245' =>
|
||||
array (
|
||||
0 => '/var/www/html/templates/items/atributos-valores-base.tpl',
|
||||
1 => 1410130453,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '89321654954205b9c53f613-19402371',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<tr>
|
||||
<td align="center"> > </td>
|
||||
<td><?php echo $_smarty_tpl->getVariable('itm')->value['nombre'];?>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="javascript:void(0)" onclick="EditValorPopup(<?php echo $_smarty_tpl->getVariable('itm')->value['atribValId'];?>
|
||||
)">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/edit.gif" border="0" title="Editar"/>
|
||||
</a>
|
||||
<?php if ($_smarty_tpl->getVariable('itm')->value['atribValId']>2){?>
|
||||
<a href="javascript:void(0)" onclick="DeleteValorPopup(<?php echo $_smarty_tpl->getVariable('itm')->value['atribValId'];?>
|
||||
)">
|
||||
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
|
||||
/images/icons/delete.gif" border="0" title="Eliminar"/>
|
||||
</a>
|
||||
<?php }?>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user