X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/cacc1525e7102dfef7964462a50e4ff13f02dcc6..d19adf80c92c70fe0d770e81e7f07f2086d00a67:/lib/MECON/HTML/QuickForm/Renderer/Tabla.php diff --git a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php index 5e04f71..ee3083c 100644 --- a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php +++ b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php @@ -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