From d04684a5f579cabd2a28c49e51324f72f6064712 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Thu, 21 Aug 2003 16:53:10 +0000 Subject: [PATCH] Se corrigio los nuevos nombres para MECON_HTML_Arbol y MECON_HTML_ArbolDB. --- sistema/www/noticias.php | 4 ++-- sistema/www/servicios/legajos/legajo.php | 2 +- sistema/www/sistemas.php | 1 - sistema/www/una_noticia.php | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sistema/www/noticias.php b/sistema/www/noticias.php index e4a24f3..de4e37c 100644 --- a/sistema/www/noticias.php +++ b/sistema/www/noticias.php @@ -1,7 +1,7 @@ 'nombre', 'id_padre' => 'grupo_padre', 'prepend_link' => 'noticias.php?grupo='); - $arbol = new HTML_ArbolDB($dbdata, 'NOTICIAS'); + $arbol = new MECON_HTML_ArbolDB($dbdata, 'NOTICIAS'); $titulares = new HTML_Titulares($grupo, $dias); $noticias->addRow(array($arbol,$titulares)); diff --git a/sistema/www/servicios/legajos/legajo.php b/sistema/www/servicios/legajos/legajo.php index 93d21f7..152051c 100755 --- a/sistema/www/servicios/legajos/legajo.php +++ b/sistema/www/servicios/legajos/legajo.php @@ -26,7 +26,7 @@ foreach (array('Personales','Domicilio','Cobertura','Estudios','Antiguedad','Lab array_push($arbol_valores,$aa); } -$arbol = new HTML_Arbol($arbol_valores,'Datos'); +$arbol = new MECON_HTML_Arbol($arbol_valores,'Datos'); $m->addStyleSheet($arbol->getCSS()); $m->addStyleSheet('/MECON/css/general_estilos.css'); $T = new HTML_Table(array ( 'width'=>'750', diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index a9bcd7c..8dfb339 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -8,7 +8,6 @@ if(!isset($_SESSION['usuario'])) exit; } require_once '../local_lib/intranetdb.php'; -require_once 'MECON/HTML/Arbol/ArbolDB.php'; require_once 'HTML/Table.php'; require_once 'HTML/Link.php'; #require_once 'AI/DB.php'; diff --git a/sistema/www/una_noticia.php b/sistema/www/una_noticia.php index 2f9686a..4dadf4a 100644 --- a/sistema/www/una_noticia.php +++ b/sistema/www/una_noticia.php @@ -1,7 +1,7 @@ 'nombre', 'id_padre' => 'grupo_padre', 'prepend_link' => 'noticias.php?grupo='); - $arbol = new HTML_ArbolDB($dbdata, 'NOTICIAS'); + $arbol = new MECON_HTML_ArbolDB($dbdata, 'NOTICIAS'); $noticia = new HTML_Noticia(new noticia($_GET['numero'])); $noticia->setVolver('noticias.php'); -- 2.43.0