From d12f85d416a71572706f7cfcf6eea269d5954913 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Thu, 22 May 2003 18:47:31 +0000 Subject: [PATCH] --- .../default-hooks/default-marco-html01.php | 22 ------------------- .../default-hooks/default-marco-html02.php | 22 ------------------- .../default-hooks/default-marco-html03.php | 21 ------------------ .../default-hooks/default-marco-html04.php | 21 ------------------ .../default-hooks/default-marco-html05.php | 22 ------------------- marco/php/marco/MenuVertical.php | 7 +----- marco/test/prueba/www/usuarios-filtrar.php | 2 +- 7 files changed, 2 insertions(+), 115 deletions(-) delete mode 100644 marco/php/marco/Marco/default-hooks/default-marco-html01.php delete mode 100644 marco/php/marco/Marco/default-hooks/default-marco-html02.php delete mode 100644 marco/php/marco/Marco/default-hooks/default-marco-html03.php delete mode 100644 marco/php/marco/Marco/default-hooks/default-marco-html04.php delete mode 100644 marco/php/marco/Marco/default-hooks/default-marco-html05.php diff --git a/marco/php/marco/Marco/default-hooks/default-marco-html01.php b/marco/php/marco/Marco/default-hooks/default-marco-html01.php deleted file mode 100644 index 75bd60d..0000000 --- a/marco/php/marco/Marco/default-hooks/default-marco-html01.php +++ /dev/null @@ -1,22 +0,0 @@ - | -// +--------------------------------------------------------------------+ -// -// $Id$ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -?> - - - diff --git a/marco/php/marco/Marco/default-hooks/default-marco-html02.php b/marco/php/marco/Marco/default-hooks/default-marco-html02.php deleted file mode 100644 index e2f872e..0000000 --- a/marco/php/marco/Marco/default-hooks/default-marco-html02.php +++ /dev/null @@ -1,22 +0,0 @@ - | -// +--------------------------------------------------------------------+ -// -// $Id$ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -?> - - - diff --git a/marco/php/marco/Marco/default-hooks/default-marco-html03.php b/marco/php/marco/Marco/default-hooks/default-marco-html03.php deleted file mode 100644 index b25ceec..0000000 --- a/marco/php/marco/Marco/default-hooks/default-marco-html03.php +++ /dev/null @@ -1,21 +0,0 @@ - | -// +--------------------------------------------------------------------+ -// -// $Id$ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -?> - - - diff --git a/marco/php/marco/Marco/default-hooks/default-marco-html05.php b/marco/php/marco/Marco/default-hooks/default-marco-html05.php deleted file mode 100644 index 940246b..0000000 --- a/marco/php/marco/Marco/default-hooks/default-marco-html05.php +++ /dev/null @@ -1,22 +0,0 @@ - | -// +--------------------------------------------------------------------+ -// -// $Id$ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -?> -
\ No newline at end of file diff --git a/marco/php/marco/Marco/default-hooks/default-marco-html04.php b/marco/php/marco/Marco/default-hooks/default-marco-html04.php deleted file mode 100644 index 0ca8200..0000000 --- a/marco/php/marco/Marco/default-hooks/default-marco-html04.php +++ /dev/null @@ -1,21 +0,0 @@ - | -// +--------------------------------------------------------------------+ -// -// $Id$ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -?> -
- - diff --git a/marco/php/marco/MenuVertical.php b/marco/php/marco/MenuVertical.php index 18bd983..49b6143 100644 --- a/marco/php/marco/MenuVertical.php +++ b/marco/php/marco/MenuVertical.php @@ -76,7 +76,7 @@ class MenuVertical extends Menu { $this->_armarArraySecciones($tmp); $TABLA = new HTML_Table('width=160 align="left" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" border="0" height="1"'); - $menu =' Submenú'; + $menu =' '.$titulo.''; $row = array ($menu); $TABLA->addRow($row,'align="left" bgcolor="#FFFFFF" height="1"'); $TABLA->updateCellAttributes(0,0,'colspan="2"'); @@ -92,11 +92,6 @@ class MenuVertical extends Menu { $row = array ($TABLA->toHtml()); $this->_tabla->addRow($row,'width=160 align="left" bgcolor="#FFFFFF" valign="top" rowspan="2"'); - $tit = ''.$titulo.''; - $row = array ($tit); - $this->_tabla->setCellContents (0,1,$row); - $this->_tabla->setCellAttributes(0,1,'align="left" bgcolor="#336699"'); - $tmp='
'; foreach ($body as $bod) { if (is_object($bod)) { diff --git a/marco/test/prueba/www/usuarios-filtrar.php b/marco/test/prueba/www/usuarios-filtrar.php index 892df19..5eda3ac 100644 --- a/marco/test/prueba/www/usuarios-filtrar.php +++ b/marco/test/prueba/www/usuarios-filtrar.php @@ -1,6 +1,6 @@ addTitle('USUARIOS - FILTRAR'); -- 2.43.0