- 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.
23 lines
1.0 KiB
PHP
23 lines
1.0 KiB
PHP
<?php /* Smarty version Smarty3-b7, created on 2026-01-08 00:36:31
|
|
compiled from "/var/www/html/ventas/templates/links/link.tpl" */ ?>
|
|
<?php /*%%SmartyHeaderCode:934607445695f506f7053c7-43695091%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'c2dc18f912877f7e3601ec03525598df789a0244' =>
|
|
array (
|
|
0 => '/var/www/html/ventas/templates/links/link.tpl',
|
|
1 => 1767836456,
|
|
),
|
|
),
|
|
'nocache_hash' => '934607445695f506f7053c7-43695091',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'has_nocache_code' => false,
|
|
)); /*/%%SmartyHeaderCode%%*/?>
|
|
<a href="<?php if (!preg_match("/^http/",$_smarty_tpl->getVariable('link')->value)){?><?php echo $_smarty_tpl->getVariable('url')->value;?>
|
|
/<?php }?><?php echo $_smarty_tpl->getVariable('link')->value;?>
|
|
"<?php if ($_smarty_tpl->getVariable('target')->value){?> target="<?php echo $_smarty_tpl->getVariable('target')->value;?>
|
|
"<?php }?>><?php echo $_smarty_tpl->getVariable('name')->value;?>
|
|
</a>
|