]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Servicio.php
Extiendo noticia para que obtenga las imagenes, Corrijo la enie de Login
[mecon/intranet.git] / sistema / local_lib / HTML_Servicio.php
index 1386fe48772e7e617449d0d7d833ba03ac2c49b9..5b762a83ecbec67cc7ed0d4c747eb10c3cb4a3a1 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.                                    |
@@ -58,12 +58,11 @@ class HTML_Servicio extends HTML_Table {
                                  'border'      => '0',
                                  'cellspacing' => '0',
                                  'cellpadding' => '0',
-                                 'bgcolor'     => '#FFFFFF',
-                                'class'       => 'servicio_tabla'));
+                                 'bgcolor'     => '#FFFFFF'));
         $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
 
@@ -80,7 +79,8 @@ class HTML_Servicio extends HTML_Table {
             $this->servicio->link = 'login.php?redirect='.$this->servicio->servicio;
        $l = new MECON_HTML_Link($this->servicio->link, $this->servicio->nombre, array(),
                             array('class' => 'servicio_titulo_tabla'));
-        $this->addRow(array('&nbsp;&nbsp;&nbsp;'.$l->toHTML()),
+        //$this->addRow(array('&nbsp;&nbsp;&nbsp;'.$l->toHTML()),//Volvera...
+        $this->addRow(array('&nbsp;&nbsp;&nbsp;'.$this->servicio->nombre),
                          array('align' => 'center',
                                'class' => 'arboltitulo',
                                'background'=>'images/servicio_cabecera.gif',
@@ -98,11 +98,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)
@@ -111,7 +113,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(), 
@@ -154,4 +156,4 @@ class HTML_Servicio extends HTML_Table {
     // -X2C
 
 } // -X2C Class :HTML_Servicio
-?>
+?>
\ No newline at end of file