]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se arregla un bug del manejo de grupos.
authorLeandro Lucarella <llucax@gmail.com>
Wed, 2 Jul 2003 18:23:27 +0000 (18:23 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 2 Jul 2003 18:23:27 +0000 (18:23 +0000)
lib/MECON/HTML/QuickForm/Renderer/Tabla.php

index 5e04f71370cd4c6b8916d25dfeb1973f29325809..ee3083c6e97b455d934d15cf90d692b6b2e5f41f 100644 (file)
@@ -88,7 +88,7 @@ class HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
     *
     * @access public
     */
     *
     * @access public
     */
-    function HTML_QuickForm_Renderer_Tabla($style = 'width="400"')
+    function HTML_QuickForm_Renderer_Tabla($style = array('width' => '100%'))
     {
         $this->HTML_QuickForm_Renderer();
         $this->_tabla =& new Tabla($style);
     {
         $this->HTML_QuickForm_Renderer();
         $this->_tabla =& new Tabla($style);
@@ -258,6 +258,7 @@ class HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
             );
             $this->_tabla->updateCellAttributes($id, 0, array('titulo' => true, 'align' => 'left', 'nowrap' => true));
         }
             );
             $this->_tabla->updateCellAttributes($id, 0, array('titulo' => true, 'align' => 'left', 'nowrap' => true));
         }
+        $this->_inGroup = false;
     } // end func finishGroup
 
 } // end class HTML_QuickForm_Renderer_Default
     } // end func finishGroup
 
 } // end class HTML_QuickForm_Renderer_Default