From: Martín Marrese Date: Thu, 22 May 2003 18:47:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: svn_import~517 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/d12f85d416a71572706f7cfcf6eea269d5954913?ds=inline --- 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');