From: Matías Sklar Date: Mon, 3 Nov 2003 20:45:49 +0000 (+0000) Subject: - Arregle un rowspan en la celda que contiene a la tabla TablaInfoMes X-Git-Tag: svn_import~106 X-Git-Url: https://git.llucax.com/mecon/intranet.git/commitdiff_plain/0094ad49f963f1aec143e5b8f375ecd5a5c69445?ds=sidebyside - Arregle un rowspan en la celda que contiene a la tabla TablaInfoMes --- 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);