]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/bandas/banda_agente.php
Arreglo del login
[mecon/intranet.git] / sistema / www / servicios / bandas / banda_agente.php
index 296aa9c315dc242a1c56d0150b7fa46959ea5e10..78e3b6e14e030c85d8b62984cbfcf0640034c348 100644 (file)
@@ -143,7 +143,7 @@ $t =& new HTML_Table(array('width'=>'760',
                                                        'cellpadding'=>'0'));
 
 $t->addRow(array($tabla_info_personal),array('colspan'=>'3'));
                                                        'cellpadding'=>'0'));
 
 $t->addRow(array($tabla_info_personal),array('colspan'=>'3'));
-$t->addRow(array(''),array('colspan'=>'3'));
+$t->addRow(array(' '),array('colspan'=>'3'));
 
 /* Armo la tabla con la gilla horaria*/
 $tabla_info =& new BandasNovedades_HTML_TablaInfoMes($agente,'nov_dia.php','oscuro');
 
 /* Armo la tabla con la gilla horaria*/
 $tabla_info =& new BandasNovedades_HTML_TablaInfoMes($agente,'nov_dia.php','oscuro');
@@ -161,10 +161,13 @@ if($agente->getReduccionHoraria())
        $IMG_reduccion_horaria =& new MECON_HTML_Image('../../images/servicios_bandas_red_hs.gif',
                                                                                                        '',
                                                                                                        array('alt'=>'Agente con reducción horaria'));
        $IMG_reduccion_horaria =& new MECON_HTML_Image('../../images/servicios_bandas_red_hs.gif',
                                                                                                        '',
                                                                                                        array('alt'=>'Agente con reducción horaria'));
-       $row = array('',' ',$IMG_reduccion_horaria->toHtml());
-       $t->addRow($row,array('valign'=>'middle','align'=>'center'));
-       $t->updateColAttributes(0,array('rowspan'=>2));
+       $row = array('','',$IMG_reduccion_horaria->toHtml());
+}else
+{
+       $row = array('','','');
 }
 }
+$t->addRow($row,array('valign'=>'top','align'=>'center'));
+$t->updateCellAttributes(2,0,array('rowspan'=>2));
 
 /* Esta fila contiene las referencias */
 $row_cuerpo = array($t);
 
 /* Esta fila contiene las referencias */
 $row_cuerpo = array($t);