From: Leandro Lucarella Date: Tue, 8 Jul 2003 20:45:12 +0000 (+0000) Subject: Se centran los botones. X-Git-Tag: svn_import~393 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/6275f90242ce92e07d53a7ad650bc09fa7939379?ds=inline Se centran los botones. --- diff --git a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php index 7f7432e..d102154 100644 --- a/lib/MECON/HTML/QuickForm/Renderer/Tabla.php +++ b/lib/MECON/HTML/QuickForm/Renderer/Tabla.php @@ -250,7 +250,7 @@ class MECON_HTML_QuickForm_Renderer_Tabla extends HTML_QuickForm_Renderer { $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)),