]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/novedades/novedades.php
- Corregi un bug que se producia cuando el agente no tenia ningun acceso en el mes...
[mecon/intranet.git] / sistema / www / servicios / novedades / novedades.php
index 8ce8ee95cff1eba0567ae0146ad4f284616b6a15..25839947d1646e2abe56bf2484961199d0876082 100644 (file)
@@ -83,9 +83,9 @@ else{
     $TABLA_Pie =& new HTML_Table ('width="600" border="0"');
     $TABLA_Pie->addRow(array($IMG_Info->toHtml(),'Información Suministrada por la Dirección General de Recursos Humanos', $IMG_Mail->toHtml(),$LINK_Mail->toHtml()));
     $TABLA_Pie->updateColAttributes(0, 'width="25" valign="middle"');
-    $TABLA_Pie->updateColAttributes(1, 'width="500" class="txt_chicoiz"');
+    $TABLA_Pie->updateColAttributes(1, 'width="500" class="servicios_novedades_txt_chicoiz"');
     $TABLA_Pie->updateColAttributes(2, 'width="25" align="right" valign="middle"');
-    $TABLA_Pie->updateColAttributes(3, 'width="50" class="txt_chicoiz"');
+    $TABLA_Pie->updateColAttributes(3, 'width="50" class="servicios_novedades_txt_chicoiz"');
 
     $TABLA_NovDiarias =& new MECON_HTML_Tabla ('width="600" ', 'oscuro');
     if (count($nov_diarias) > 0){
@@ -117,10 +117,10 @@ else{
            $fecha_hasta = substr($item[3], 6, 2).'-'.substr($item[3], 4, 2).'-'.substr($item[3], 0, 4);
            $TABLA_Licencias->addRow(array($item[0], $item[1], $fecha_desde, $fecha_hasta)); 
            if (substr($item[2], 0, 4) != $anio_de_consulta){
-               $TABLA_Licencias->updateCellAttributes ($TABLA_Licencias->getRowCount()-1 , 2, 'class="resaltar_fecha"');
+               $TABLA_Licencias->updateCellAttributes ($TABLA_Licencias->getRowCount()-1 , 2, 'class="servicios_novedades_resaltar_fecha"');
            }
            if (substr($item[3], 0, 4) != $anio_de_consulta){
-               $TABLA_Licencias->updateCellAttributes ($TABLA_Licencias->getRowCount()-1 , 3, 'class="resaltar_fecha"');
+               $TABLA_Licencias->updateCellAttributes ($TABLA_Licencias->getRowCount()-1 , 3, 'class="servicios_novedades_resaltar_fecha"');
            }
        }
     }
@@ -131,7 +131,7 @@ else{
 
     $TABLA_Contenido =& new HTML_Table ('width="600" align="center" border="0"');
     $TABLA_Contenido->addRow(array($IMG_Viñeta->toHtml().$agente->getNombre()), 
-                                array('class'=>'txt_fila', 'align'=>'left'));
+                                array('class'=>'servicios_novedades_txt_fila', 'align'=>'left'));
     $TABLA_Contenido->addRow(array('<br>'));
     $TABLA_Contenido->addRow(array($TABLA_Form->toHtml()), array('align'=>'left'));
     $TABLA_Contenido->addRow(array('<br>'));