X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/5bd45a75b2d9ea8c47d6a0ca9940bac005db04eb..2865355d3fe97e43da89dec0166f782719809ebc:/sistema/www/servicios/bandas/banda_agente.php?ds=sidebyside diff --git a/sistema/www/servicios/bandas/banda_agente.php b/sistema/www/servicios/bandas/banda_agente.php index 296aa9c..78e3b6e 100644 --- a/sistema/www/servicios/bandas/banda_agente.php +++ b/sistema/www/servicios/bandas/banda_agente.php @@ -143,7 +143,7 @@ $t =& new HTML_Table(array('width'=>'760', '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'); @@ -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')); - $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);