X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/631e99d6b2c669a7a160ea80e5355a54de839116..f35dae6dac4977912dcf90296c20ccc48e32b1c3:/sistema/www/servicios/codep/codep_codigo.php diff --git a/sistema/www/servicios/codep/codep_codigo.php b/sistema/www/servicios/codep/codep_codigo.php index 14f518e..6987c31 100644 --- a/sistema/www/servicios/codep/codep_codigo.php +++ b/sistema/www/servicios/codep/codep_codigo.php @@ -97,10 +97,10 @@ $TABLA_Encabezado->addRow(array($IMG_Ayuda->toHtml(), $LINK_Ayuda->toHtml(), ' array('width'=>'24', 'align'=>'left', 'valign'=>'middle')); $TABLA_Encabezado->updateCellAttributes(0, 1, array('width'=>'60', 'align'=>'left', - 'class'=>'txt2')); + 'class'=>'servicios_codep_txt2')); $TABLA_Encabezado->updateCellAttributes(0, 2, array('width'=>'676', 'align'=>'right', - 'class'=>'txt_derecha')); + 'class'=>'servicios_codep_txt_derecha')); $TABLA_Form =& new MECON_HTML_Tabla ('width="500" align="center"', 'claro'); @@ -115,9 +115,9 @@ $TABLA_Pie =& new HTML_Table (array( 'width'=>'760', 'cellspacing'=>'0', 'border'=>'0')); $TABLA_Pie->addRow(array($IMG_Lupa->toHtml().$LINK_Buscar->toHtml()), - array('class'=>'txt1')); + array('class'=>'servicios_codep_txt1')); $TABLA_Pie->addRow(array($IMG_Zip->toHtml().$LINK_Download->toHtml()), - array('class'=>'txt1')); + array('class'=>'servicios_codep_txt1')); if (isset($_POST['codep'])){ @@ -143,7 +143,7 @@ if (isset($_POST['codep'])){ //Mensaje de error $TABLA_Resultados =& new HTML_Table(array('width'=>'500', 'align'=>'center', 'border'=>'0')); $TABLA_Resultados->addRow(array('La búsqueda no produjo aciertos'), - array('align'=>'center', 'class'=>'txt_naranja')); + array('align'=>'center', 'class'=>'servicios_codep_txt_naranja')); } }