X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/4cb52f7be66533ef135dffd13fb227d362299405..e60309cb047ddcc32ff80c0277e46adb834a2bf4:/sistema/www/servicios/bandas/accesos.php
diff --git a/sistema/www/servicios/bandas/accesos.php b/sistema/www/servicios/bandas/accesos.php
index a0dd47b..5fa9c99 100644
--- a/sistema/www/servicios/bandas/accesos.php
+++ b/sistema/www/servicios/bandas/accesos.php
@@ -45,28 +45,26 @@ if(isset($_GET['imprimir']))
$pagina->updateAttributes(array('onload'=>'javascript:window.print()'));
}else
{
- $row_encabezado = array( $IMG_flecha->toHtml().' '.$agente->getNombre(),
- "Imprimir",
- $IMG->toHtml());
-
- $tabla_encabezado->addRow($row_encabezado,array('height'=>'24'));
- $IMG =& new MECON_HTML_Image('/MECON/images/blanco.gif',
- '',
- array('width'=>'400','height'=>'1','alt'=>'blanco','align'=>'top'));
-
- $row_encabezado = array($IMG->toHtml());
- $tabla_encabezado->addRow($row_encabezado,array('colspan'=>'3','bgcolor'=>'#FF9900','height'=>'1'));
-
- $tabla_encabezado->updateCellAttributes(0,
- 0,
- array('width'=>'276','class'=>'dependencia'));
- $tabla_encabezado->updateCellAttributes(0,
- 1,
- array('width'=>'100','class'=>'imprimir_bandas'));
- $tabla_encabezado->updateCellAttributes(0,
- 2,
- array('width'=>'24','class'=>'imprimir_bandas'));
- $estilo = "oscuro";
+ $row_encabezado = array( $IMG_flecha->toHtml().' '.$agente->getNombre(),
+ "Imprimir
+ ".$IMG->toHtml());
+
+ $tabla_encabezado->addRow($row_encabezado,array('height'=>'24'));
+
+ $tabla_encabezado->updateColAttributes(0,
+ array('width'=>'80%','class'=>'dependencia'));
+ $tabla_encabezado->updateColAttributes(1,
+ array('width'=>'20%','class'=>'imprimir_bandas'));
+
+ $IMG =& new MECON_HTML_Image('/MECON/images/blanco.gif',
+ '',
+ array('width'=>'400','height'=>'1','alt'=>'blanco','align'=>'top'));
+
+ $row_encabezado = array($IMG->toHtml());
+ $tabla_encabezado->addRow($row_encabezado,array('colspan'=>'2','bgcolor'=>'#FF9900','height'=>'1'));
+
+ $estilo = "oscuro";
}