X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/e59d3170b36e5b9ccc19afcb1565faf4dcb40463..5f6890ebb590532b37dcfbcc8809cac5da7fcdc3:/sistema/local_lib/HTML_Servicio.php?ds=sidebyside diff --git a/sistema/local_lib/HTML_Servicio.php b/sistema/local_lib/HTML_Servicio.php index c642018..0b669d0 100644 --- a/sistema/local_lib/HTML_Servicio.php +++ b/sistema/local_lib/HTML_Servicio.php @@ -63,7 +63,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 +91,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 +99,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 +114,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(), @@ -155,4 +157,4 @@ class HTML_Servicio extends HTML_Table { // -X2C } // -X2C Class :HTML_Servicio -?> \ No newline at end of file +?>