]> git.llucax.com Git - mecon/intranet.git/commitdiff
Modificaciones en los nombres de las imágenes compartidas de servicios.
authorMyrna Degano <mdegan@mecon.gov.ar>
Mon, 22 Sep 2003 21:43:12 +0000 (21:43 +0000)
committerMyrna Degano <mdegan@mecon.gov.ar>
Mon, 22 Sep 2003 21:43:12 +0000 (21:43 +0000)
sistema/www/servicios/agenda/agenda1.php
sistema/www/servicios/agenda/agenda2.php

index 832ec3ac42c194e218f1720fbb4b4b5a5eb13868..d337bdb070fda1a4969a220ca54845323ba5bea4 100644 (file)
@@ -46,9 +46,9 @@ $MARCO     = new HTML_DietMarco('servicios', 'Servicios');
 $FORM      = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
 $FORM->renderer->setTable($TABLAFORM);
 $TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
 $FORM      = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
 $FORM->renderer->setTable($TABLAFORM);
 $TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
-$IMG1      = new MECON_HTML_Image('../../images/servicios_agenda_lupa.gif');
-$IMG2      = new MECON_HTML_Image('../../images/servicios_agenda_mail.gif');
-$TELECO    = new MECON_HTML_Image('../../images/servicios_agenda_teleco.gif');
+$IMG1      = new MECON_HTML_Image('../../images/servicios_lupa.gif');
+$IMG2      = new MECON_HTML_Image('../../images/servicios_mail.gif');
+$TELECO    = new MECON_HTML_Image('../../images/servicios_logo_telecomunicaciones.gif');
 $LINK_1    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $IMG2);
 $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', $IMG2);
 $LINK_2    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
 //}}}
index 60c60d911b1e3bfa6490d8e083da8647c7db1f29..8aa8dd512bbf928bad2d93fe595d5347aaf1d983 100644 (file)
@@ -41,12 +41,12 @@ if (DB::isError($DB)) {
 $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"');
 $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"');
-$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'));