X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/0a9dca07bde2cc9182c51c6909f260423a88e696..6701b53d863a60e34ca3783a49ba85a6de7ec1a3:/sistema/www/servicios/codep/codep_nombre.php diff --git a/sistema/www/servicios/codep/codep_nombre.php b/sistema/www/servicios/codep/codep_nombre.php index 77968ce..50086fa 100644 --- a/sistema/www/servicios/codep/codep_nombre.php +++ b/sistema/www/servicios/codep/codep_nombre.php @@ -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 @@ -111,13 +111,13 @@ if (isset($_POST['clave'])){ $TABLA_Resultados->addRow(array($IMG_Viñeta->toHtml().'Resultados de la búsqueda por palabra clave'), 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{