]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/agenda/agenda2.php
Estoy acomodando para los nuevos estilos de tabla
[mecon/intranet.git] / sistema / www / servicios / agenda / agenda2.php
index c61aa32b93f94699a36f92dffcfc22a3ce34a83f..8aa8dd512bbf928bad2d93fe595d5347aaf1d983 100644 (file)
@@ -38,15 +38,15 @@ if (DB::isError($DB)) {
 }
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
 }
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
-$MARCO     = new HTML_DietMarco('servicios');
+$MARCO     = new HTML_DietMarco('servicios', 'Servicios');
 $AGENDA    = new Servicios_Agenda ($DB);
 $TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
 $AGENDA    = new Servicios_Agenda ($DB);
 $TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
-$LUPA      = new MECON_HTML_Image('../../images/servicios_agenda_lupa.gif');
-$MAIL      = new MECON_HTML_Image('../../images/servicios_agenda_mail.gif');
-$TELECO    = new MECON_HTML_Image('../../images/servicios_agenda_teleco.gif');
-$INFO      = new MECON_HTML_Image('../../images/servicios_agenda_info.gif');
-$NOTAS     = new MECON_HTML_Image('../../images/servicios_agenda_notas.gif');
-$V5        = new MECON_HTML_Image('../../images/servicios_agenda_v5.gif');
+$LUPA      = new MECON_HTML_Image('../../images/servicios_lupa.gif');
+$MAIL      = new MECON_HTML_Image('../../images/servicios_mail.gif');
+$TELECO    = new MECON_HTML_Image('../../images/servicios_logo_telecomunicaciones.gif');
+$INFO      = new MECON_HTML_Image('../../images/servicios_info.gif');
+$NOTAS     = new MECON_HTML_Image('../../images/servicios_nota.gif');
+$V5        = new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif');
 
 $LINK_1    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $MAIL);
 $LINK_2    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
 
 $LINK_1    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $MAIL);
 $LINK_2    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));