From 1eb70327db4d84f6525e7a35e9fc50d41d3475a2 Mon Sep 17 00:00:00 2001 From: Gonzalo Merayo Date: Tue, 19 Aug 2003 18:38:10 +0000 Subject: [PATCH] Correccion en los estilos --- sistema/www/servicios/legajos/legajo.php | 3 ++- sistema/www/una_noticia.php | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sistema/www/servicios/legajos/legajo.php b/sistema/www/servicios/legajos/legajo.php index 25f4152..00e3321 100755 --- a/sistema/www/servicios/legajos/legajo.php +++ b/sistema/www/servicios/legajos/legajo.php @@ -27,7 +27,8 @@ foreach (array('Personales','Domicilio','Cobertura','Estudios','Antiguedad','Lab } $arbol = new HTML_Arbol($arbol_valores,'Datos'); - +$m->addStyleSheet($arbol->getCSS()); +$m->addStyleSheet('/MECON/css/general_estilos.css'); $T = new HTML_Table(array ( 'width'=>'750', 'border' => '0', 'cellspacing' => '0', diff --git a/sistema/www/una_noticia.php b/sistema/www/una_noticia.php index beff423..2f9686a 100644 --- a/sistema/www/una_noticia.php +++ b/sistema/www/una_noticia.php @@ -22,6 +22,8 @@ $noticia->setVolver('noticias.php'); $noticia->setCompleta(true); $noticias->addRow(array($arbol,$noticia)); + $m->addStyleSheet($arbol->getCSS()); + $m->addStyleSheet($noticia->getCSS()); $noticias->updateCellAttributes(0, 0, array('valign'=>'top')); $noticias->updateCellAttributes(0, 1, array('valign'=>'top')); $m->addBodyContent($noticias); -- 2.43.0