From 75d0be2f4caad928e742832fe35b8eb5e429a442 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 27 Aug 2003 20:28:15 +0000 Subject: [PATCH] =?utf8?q?Se=20elimina=20el=20uso=20de=20un=20m=C3=A9todo?= =?utf8?q?=20deprecated.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sistema/local_lib/AI/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- 2.43.0