37 lines
1.5 KiB
PHP
Executable File
37 lines
1.5 KiB
PHP
Executable File
<?php /* Smarty version Smarty3-b7, created on 2014-04-30 17:58:15
|
|
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/atributos-valores-base.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:7355194415361800767fe35-21896828%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'd8334b781e2ce5a553bf241bd9fd941e55f79428' =>
|
|
array (
|
|
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/items/atributos-valores-base.tpl',
|
|
1 => 1379703033,
|
|
),
|
|
),
|
|
'nocache_hash' => '7355194415361800767fe35-21896828',
|
|
'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>
|