]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Servicio.php
Agregamos la clase HTML_Mensaje para mostrar mensajes en los servicios.
[mecon/intranet.git] / sistema / local_lib / HTML_Servicio.php
index 0b669d07ac2072c41824a43dc52ef768ab178aa5..15239e8ee30704ea04aefdbce57e86980ef37e11 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
-// |                      Ministerio de Economía                        |
+// |                      Ministerio de Econom                        |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
@@ -40,6 +40,7 @@ require_once 'HTML/Table.php';
 
 // +X2C Class 165 :HTML_Servicio
 /**
 
 // +X2C Class 165 :HTML_Servicio
 /**
+ * @package sistema_local_lib
  * @access public
  */
 class HTML_Servicio extends HTML_Table {
  * @access public
  */
 class HTML_Servicio extends HTML_Table {
@@ -157,4 +158,4 @@ class HTML_Servicio extends HTML_Table {
     // -X2C
 
 } // -X2C Class :HTML_Servicio
     // -X2C
 
 } // -X2C Class :HTML_Servicio
-?>
+?>
\ No newline at end of file