From 949f38b57fda7ac5269ffe9418753ad5b9765a29 Mon Sep 17 00:00:00 2001 From: Myrna Degano Date: Mon, 22 Sep 2003 21:43:12 +0000 Subject: [PATCH] =?utf8?q?Modificaciones=20en=20los=20nombres=20de=20las?= =?utf8?q?=20im=C3=A1genes=20compartidas=20de=20servicios.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sistema/www/servicios/agenda/agenda1.php | 6 +++--- sistema/www/servicios/agenda/agenda2.php | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sistema/www/servicios/agenda/agenda1.php b/sistema/www/servicios/agenda/agenda1.php index 832ec3a..d337bdb 100644 --- a/sistema/www/servicios/agenda/agenda1.php +++ b/sistema/www/servicios/agenda/agenda1.php @@ -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"'); -$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')); //}}} diff --git a/sistema/www/servicios/agenda/agenda2.php b/sistema/www/servicios/agenda/agenda2.php index 60c60d9..8aa8dd5 100644 --- a/sistema/www/servicios/agenda/agenda2.php +++ b/sistema/www/servicios/agenda/agenda2.php @@ -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"'); -$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')); -- 2.43.0