From: Martín Marrese Date: Mon, 7 Apr 2003 21:58:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: svn_import~553 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/d4b6e8a3792d3edff72ba915b2db1568be2c3320?ds=sidebyside --- diff --git a/marco/php/marco/Marco/default-hooks/default-marco-html02.php b/marco/php/marco/Marco/default-hooks/default-marco-html02.php index 58e2014..001dd04 100644 --- a/marco/php/marco/Marco/default-hooks/default-marco-html02.php +++ b/marco/php/marco/Marco/default-hooks/default-marco-html02.php @@ -19,4 +19,4 @@ ?> - +
diff --git a/marco/php/marco/Pie.php b/marco/php/marco/Pie.php index 047fd20..2c6e197 100644 --- a/marco/php/marco/Pie.php +++ b/marco/php/marco/Pie.php @@ -60,7 +60,7 @@ class Pie extends PEAR { */ function toHtml () { - $TABLA = new Tabla('width="100%" bgcolor="#CCCCCC" align="center"'); + $TABLA = new Tabla('width=760 bgcolor="#CCCCCC" align="center"'); $row = array ($this->_configuracion['pie_sistema']); $TABLA->agregarFila($row); $TABLA->align(0,0,"center");