Files
ventas_php/templates_c/d35cc865727ae155a6f28a36eba2662f1b9bcdd8.file.agregar-atributo-valor-popup.tpl.php
nickpons666 ccfa01fa0e feat(atributos): Mejora la funcionalidad de la página de atributos
- Deshabilita la paginación para mostrar todos los atributos por defecto.
- Corrige un error de renderizado en 'atributos-valores.tpl' añadiendo etiquetas de cierre faltantes.
- Cambia el orden de los atributos a 'atributoId' en 'atributo.class.php'.
- Corrige un bug en 'atributoValor.class.php' descomentando una condición.
- Asegura que las acciones AJAX (añadir, editar, eliminar) refresquen la lista correctamente sin paginación.
2026-01-08 01:06:11 -06:00

41 lines
1.8 KiB
PHP

<?php /* Smarty version Smarty3-b7, created on 2026-01-08 00:57:14
compiled from "/var/www/html/ventas/templates/boxes/agregar-atributo-valor-popup.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1498138456695f554a98d981-73026228%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'd35cc865727ae155a6f28a36eba2662f1b9bcdd8' =>
array (
0 => '/var/www/html/ventas/templates/boxes/agregar-atributo-valor-popup.tpl',
1 => 1767836456,
),
),
'nocache_hash' => '1498138456695f554a98d981-73026228',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div class="popupheader" style="z-index:70">
<div id="fviewmenu" style="z-index:70">
<div id="fviewclose"><span style="color:#CCC" id="closePopUpDiv">
<a href="javascript:void(0)">Close<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/b_disn.png" border="0" alt="close" /></a></span>
</div>
</div>
<div id="ftitl">
<div class="flabel">Agregar Valor</div>
<div id="vtitl"><span title="Titulo">Agregar Valor</span></div>
</div>
<div id="draganddrop" style="position:absolute;top:45px;left:640px">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/draganddrop.png" border="0" alt="mueve" />
</div>
</div>
<div class="wrapper">
<?php $_template = new Smarty_Internal_Template("{$_smarty_tpl->getVariable('DOC_ROOT')->value}/templates/forms/agregar-atributo-valor.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null);
echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?>
</div>