]> 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 69c0b507100d7ab6c9ee66e7faad87d374dd44b2..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();
     {
         # FIXME - deberia sacarlo del QuickForm
         #$this->_prepend = $form->getFormStart();
+#        $attrs = $form->getAttributesString();
         $attrs = $form->getAttributes(true);
         $this->_prepend = "\n<form$attrs>\n";
         $attrs = $form->getAttributes(true);
         $this->_prepend = "\n<form$attrs>\n";
+
     } // end func startForm
 
    /**
     } // end func startForm
 
    /**