From: Matías Sklar Date: Tue, 28 Oct 2003 20:23:06 +0000 (+0000) Subject: - Agregué un espacio entre las tablas de Información personal y de información horari... X-Git-Tag: svn_import~108 X-Git-Url: https://git.llucax.com/mecon/intranet.git/commitdiff_plain/0f6144a2f8fae03e6d20a3f24db8b2c034cf9823?ds=inline - Agregué un espacio entre las tablas de Información personal y de información horaria del mes. --- diff --git a/sistema/www/servicios/bandas/banda_agente.php b/sistema/www/servicios/bandas/banda_agente.php index 296aa9c..db7c1b9 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');