X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/4a0a358c72ebb3b661ff17de2bf9e562710b3a8a..9f4ece77af1889cdfed30fa93349fa8ecc5b0caf:/sistema/www/servicios/bandas/banda_agente.php diff --git a/sistema/www/servicios/bandas/banda_agente.php b/sistema/www/servicios/bandas/banda_agente.php index 8017c46..d457071 100644 --- a/sistema/www/servicios/bandas/banda_agente.php +++ b/sistema/www/servicios/bandas/banda_agente.php @@ -112,8 +112,13 @@ $m->addStyleSheet($tabla_info_personal->getCSS()); /* Agrego la tabla de informaciĆ³n personal al cuerpo de la pĆ”gina*/ -$m->addBodyContent($tabla_info_personal); -$m->addBodyContent('
'); +$t =& new HTML_Table(array('width'=>'760', + 'border'=>'0', + 'cellspacing'=>'0', + 'cellpadding'=>'0')); + +$t->addRow(array($tabla_info_personal),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'); @@ -122,10 +127,6 @@ $tabla_info =& new BandasNovedades_HTML_TablaInfoMes($agente,'nov_dia.php','oscu $tabla_referencias =& new BandasNovedades_HTML_TablaReferencias('oscuro'); /* Agrego las tablas de referencia al cuerpo */ -$t =& new HTML_Table(array('width'=>'760', - 'border'=>'0', - 'cellspacing'=>'0', - 'cellpadding'=>'0')); $row = array(); $row = array($tabla_info,' ',$tabla_referencias); $t->addRow($row,array('valign'=>'top'));