X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/cbbca72c4b0f0186f5af962a9c796509d2263782..0505d35b40c4819ffb0a94b557ef7c614c3545a5:/sistema/www/servicios/legajos/legajo.php 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',