]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/codep/codep_nombre.php
Detalles.
[mecon/intranet.git] / sistema / www / servicios / codep / codep_nombre.php
index 10f3a300cd697fc278c26d1df779fcbe66a82fb7..5c36db12c6f64923f7f993cf074c1db88b8557e5 100644 (file)
@@ -6,9 +6,7 @@ Consulta del CODEP
 Myrna Degano <mdegan@mecon.gov.ar>
 ------------------------------------------------------------------------------*/
 
 Myrna Degano <mdegan@mecon.gov.ar>
 ------------------------------------------------------------------------------*/
 
-require_once '../../../../../meconlib/lib/MECON/Dependencia.php';
-//CAMBIAR POR require_once 'MECON/Dependencia.php';
-
+require_once 'MECON/Dependencia.php';
 require_once 'HTML/Table.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once '../../../local_lib/HTML_DietMarco.php';
 require_once 'HTML/Table.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once '../../../local_lib/HTML_DietMarco.php';
@@ -28,7 +26,7 @@ if (DB::isError($dbh)) {
 $IMG_Ayuda =& new MECON_HTML_Image('../../images/servicios_ayuda.gif', 'Ayuda');
 $IMG_Lupa =& new MECON_HTML_Image('../../images/servicios_lupa.gif', 'Buscar');
 $IMG_Zip =& new MECON_HTML_Image('../../images/servicios_zip.gif', 'Download');
 $IMG_Ayuda =& new MECON_HTML_Image('../../images/servicios_ayuda.gif', 'Ayuda');
 $IMG_Lupa =& new MECON_HTML_Image('../../images/servicios_lupa.gif', 'Buscar');
 $IMG_Zip =& new MECON_HTML_Image('../../images/servicios_zip.gif', 'Download');
-$IMG_Viñeta =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif', '*');
+$IMG_Viñeta =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif', '>>');
 
 
 //Links
 
 
 //Links
@@ -44,7 +42,6 @@ $FORM =& new MECON_HTML_QuickFormSimple ('form', 'post', './codep_nombre.php', '
 $input_nombre =& $FORM->addElement ('text', 'clave', 'clave', array('size' => '40'));
 
 $group[] = HTML_QuickForm::createElement('submit', 'aceptar' , 'Aceptar');
 $input_nombre =& $FORM->addElement ('text', 'clave', 'clave', array('size' => '40'));
 
 $group[] = HTML_QuickForm::createElement('submit', 'aceptar' , 'Aceptar');
-$group[] = HTML_QuickForm::createElement('reset', 'cancelar' , 'Cancelar');
 $botones =& $FORM->addGroup($group,'botones');
 
 //Función para validar el formulario
 $botones =& $FORM->addGroup($group,'botones');
 
 //Función para validar el formulario