]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se centran los botones.
authorLeandro Lucarella <llucax@gmail.com>
Tue, 8 Jul 2003 20:45:12 +0000 (20:45 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 8 Jul 2003 20:45:12 +0000 (20:45 +0000)
lib/MECON/HTML/QuickForm/Renderer/Tabla.php

index 7f7432e1edc32661181e159de62d7459435b5404..d102154377c54a7689cd0f93916587297685eca4 100644 (file)
@@ -250,7 +250,7 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer {
             $id = $this->_tabla->addRow(
                 array(join('', $this->_groupElements))
             );
             $id = $this->_tabla->addRow(
                 array(join('', $this->_groupElements))
             );
-            $this->_tabla->updateCellAttributes($id, 0, array('valign' => 'middle', 'align' => 'right', 'colspan' => 2));
+            $this->_tabla->updateCellAttributes($id, 0, array('valign' => 'middle', 'align' => 'center', 'colspan' => 2));
         } else {
             $id = $this->_tabla->addRow(
                 array($group->getLabel(), join($sep, $this->_groupElements)),
         } else {
             $id = $this->_tabla->addRow(
                 array($group->getLabel(), join($sep, $this->_groupElements)),