X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/0f6144a2f8fae03e6d20a3f24db8b2c034cf9823..9600fe7934a4f50b31e1d00f456bbf5ce993102e:/sistema/www/servicios/bandas/banda_agente.php?ds=inline diff --git a/sistema/www/servicios/bandas/banda_agente.php b/sistema/www/servicios/bandas/banda_agente.php index db7c1b9..78e3b6e 100644 --- a/sistema/www/servicios/bandas/banda_agente.php +++ b/sistema/www/servicios/bandas/banda_agente.php @@ -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);