X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/69a744cc170e8e853ec7946e9b61e7f35f0b2ae7..75d0be2f4caad928e742832fe35b8eb5e429a442:/sistema/local_lib/AI/Form.php diff --git a/sistema/local_lib/AI/Form.php b/sistema/local_lib/AI/Form.php index f83c623..c39610f 100644 --- a/sistema/local_lib/AI/Form.php +++ b/sistema/local_lib/AI/Form.php @@ -81,7 +81,7 @@ class AI_Form extends MECON_HTML_QuickForm { $s_accion = 'Agregar'; } // Construyo con el padre y seteos generales. - $this->setRendererOpts(array('width' => '400')); + $this->renderer->updateAttributes(array('width' => '400')); $this->addElement('header','cabecera', $s_accion . ' ' . $s_tipo); // Elementos. if ($tipo == 'sistema') {