]> git.llucax.com Git - mecon/ai.git/blobdiff - sistema/local_lib/AI/Form.php
Se elimina el uso de un método deprecated.
[mecon/ai.git] / sistema / local_lib / AI / Form.php
index f83c623d9f1b94489dd8d813a4dea2d0914985c7..c39610f32add0956b352e388012441c49a5197d7 100644 (file)
@@ -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') {