]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm/Renderer/Tabla.php
Se arregla un bug del manejo de grupos.
[mecon/meconlib.git] / 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
     */
-    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);
@@ -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->_inGroup = false;
     } // end func finishGroup
 
 } // end class HTML_QuickForm_Renderer_Default