]> 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 5658cd8967095252ed8a2f68c916223eff2af0fe..5c36db12c6f64923f7f993cf074c1db88b8557e5 100644 (file)
@@ -26,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
@@ -42,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