X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/ad1d012e63058a7b1b53e808192ec039e425df00..680ab2c5b2834c85536a52453afe6bcca7787c28:/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 2ec05f0..4ef1fad 100644 --- a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php +++ b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php @@ -128,8 +128,10 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer { { # FIXME - deberia sacarlo del QuickForm #$this->_prepend = $form->getFormStart(); - $attrs = $form->getAttributesString(); +# $attrs = $form->getAttributesString(); + $attrs = $form->getAttributes(true); $this->_prepend = "\n\n"; + } // end func startForm /** @@ -317,17 +319,6 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer { $this->tabla =& $param; } - /** - * - * - * @param Tabla $param Objeto tabla alternativo para utilizar - * - * @access public - */ - function setTable($param) { - $this->tabla =& $param; - } - function getCSS() { return $this->tabla->getCSS(); }