]> 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 c6420180db662c2b31b896f6363f8572001284dd..15239e8ee30704ea04aefdbce57e86980ef37e11 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
-// |                      Ministerio de Economía                        |
+// |                      Ministerio de Econom                        |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
@@ -40,6 +40,7 @@ require_once 'HTML/Table.php';
 
 // +X2C Class 165 :HTML_Servicio
 /**
+ * @package sistema_local_lib
  * @access public
  */
 class HTML_Servicio extends HTML_Table {
@@ -63,7 +64,7 @@ class HTML_Servicio extends HTML_Table {
         $bd = DB::Connect('mysql://intranet:intranet@bal747f/intranet');//FIXME
         $this->servicio = new AI_Servicio($seccion);
         $this->servicio->cargar($bd);
-        $this->servicio->cargarHijos($bd);
+        $this->servicio->cargarHijos($bd, true, AI_SERVICIO_ORDEN_LONG_NOMBRE);
     }
     // -X2C
 
@@ -91,7 +92,7 @@ class HTML_Servicio extends HTML_Table {
         $int =& new HTML_Table(array('width'       =>'360',
                                      'border'      => '0',
                                      'cellspacing' => '0',
-                                     'cellpadding' => '0',
+                                     'cellpadding' => '1',
                                      'bgcolor'     => '#FFFFFF'));
         $int->addRow(array($img, '',$img,''),
                                array());
@@ -99,11 +100,13 @@ class HTML_Servicio extends HTML_Table {
                           'background' => 'images/servicio_borde_sup_izq.gif',
                          'valign'     => 'top'));
         $int->updateColAttributes(1, array('width' => '40%',
+                                           'valign'     => 'top',
                           'background' => 'images/servicio_borde_sup_cen.gif'));
         $int->updateColAttributes(2, array('width' => '10%',
                           'background' => 'images/servicio_borde_sup_cen.gif',
                          'valign'     => 'top'));
         $int->updateColAttributes(3, array('width' => '40%',
+                                           'valign'     => 'top',
                           'background' => 'images/servicio_borde_sup_der.gif'));
        $par = false;
         foreach($this->servicio->getHijos() as $s)
@@ -112,7 +115,7 @@ class HTML_Servicio extends HTML_Table {
                $s->link = 'servicios.php?servicios='.$s->servicio;
            elseif($s->necesita_logueo)
                $s->link = 'login.php?redirect='.$s->servicio;
-            if($par)
+        if($par)
            {
                 $int->setCellContents(0, 3, new MECON_HTML_Link($s->link, $s->nombre,
                                       array(),