]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/codep/codep_codigo.php
Mensaje de error en Novedades (no disponible para contratados)
[mecon/intranet.git] / sistema / www / servicios / codep / codep_codigo.php
index da57df7a844093f6b679c78f4369134fbdc41533..14f518e2bf728f82ec5a74d374ac3c8fb3f6a4c2 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_Viñeta =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif', '*');
+$IMG_Viñeta =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif', '>>');
 
 
 //Links
@@ -83,7 +83,7 @@ $fecha_act = fgets($file);
 fclose($file);
 
 //Marco de servicios en intranet
-$MARCO     = new HTML_DietMarco('servicios', 'Servicios');
+$MARCO     = new HTML_DietMarco('servicios', 'CODEP');
 $MARCO->addStyleSheet('../../css/servicios_codep.css');
 $MARCO->addScriptDeclaration($script);
 
@@ -130,13 +130,13 @@ if (isset($_POST['codep'])){
        $TABLA_Resultados->addRow(array($IMG_Viñeta->toHtml().'Resultados de la búsqueda por código de dependencia'),
                                    array('cabecera'=>'1', 'colspan'=>'3'));
        $TABLA_Resultados->addRow(array('CODEP', 'COMDOC', 'Dependencia'),
-                                   array('titulo'=>'1', 'height'=>'25'));
+                                   array('titulo'=>'1', 'height'=>'25', 'align'=>'left'));
 
        while ($resultado->fetchInto($row)){
            $TABLA_Resultados->addRow(array($row['codigo_actual'], 
                                            $row['codigo_comdoc'], 
                                            $row['nombre']), 
-                                       'comun');
+                                       'comun align="left"');
        }
     }
     else{