]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm/Renderer/Tabla.php
Bugfix para que ande con el nuevo quickform.
[mecon/meconlib.git] / lib / MECON / HTML / QuickForm / Renderer / Tabla.php
index 2ec05f0f867356fa73d57ee452cffbcbfbddf0fc..69c0b507100d7ab6c9ee66e7faad87d374dd44b2 100644 (file)
@@ -128,7 +128,7 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
     {
         # FIXME - deberia sacarlo del QuickForm
         #$this->_prepend = $form->getFormStart();
-        $attrs = $form->getAttributesString();
+        $attrs = $form->getAttributes(true);
         $this->_prepend = "\n<form$attrs>\n";
     } // end func startForm
 
@@ -317,17 +317,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();
     }