]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Mensaje.php
- Se agrega el comportamiento especial para las paginas de la oanet:
[mecon/intranet.git] / sistema / local_lib / HTML_Mensaje.php
index faef4f7b38dc3b1776944d4a2ebe63d9ea08f23b..4729fc8347b7353e145df14d6bbbc074069d7cd9 100644 (file)
@@ -24,7 +24,7 @@
 // | Autor:  Gonzalo Merayo <gmeray@mecon.gov.ar>                                                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: xmi2code.tpl.php 2 2003-06-23 18:29:20Z gmeray $
+// $Id$
 //
 
 require_once 'MECON/HTML/Image.php';
@@ -151,7 +151,7 @@ Puede ser: 'error', 'ok', 'alerta'.
        $tabla->updateCellAttributes(1, 1, array('background'=>'/sistemas/intranet/images/mensaje_superior.gif'));
        $tabla->updateCellAttributes(3, 1, array('background'=>'/sistemas/intranet/images/mensaje_inferior.gif'));
        
-       return $tabla->toHtml();
+       return '<div align="center">' . $tabla->toHtml() . '</div>';
                
     }
     // -X2C
@@ -171,4 +171,4 @@ Puede ser: 'error', 'ok', 'alerta'.
     // -X2C
 
 } // -X2C Class :HTML_Mensaje
-?>
\ No newline at end of file
+?>