]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm/Renderer/Tabla.php
- ResolvĂ­ un conflicto en este archivo.
[mecon/meconlib.git] / lib / MECON / HTML / QuickForm / Renderer / Tabla.php
index 2ec05f0f867356fa73d57ee452cffbcbfbddf0fc..4ef1fade5b5ee88c15e5f05f402bdf285bde8ca0 100644 (file)
@@ -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<form$attrs>\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();
     }