X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/b119da492333f50f69792062784a56b94c433d3b..2c5b5f3c9236e753ab69098c4855bc1cad88fc67:/sistema/local_lib/HTML_Servicio.php diff --git a/sistema/local_lib/HTML_Servicio.php b/sistema/local_lib/HTML_Servicio.php index 847fc13..15239e8 100644 --- a/sistema/local_lib/HTML_Servicio.php +++ b/sistema/local_lib/HTML_Servicio.php @@ -1,7 +1,7 @@ servicio = new AI_Servicio($seccion); $this->servicio->cargar($bd); - $this->servicio->cargarHijos($bd, true, 'LENGTH(nombre)'); + $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()); @@ -157,4 +158,4 @@ class HTML_Servicio extends HTML_Table { // -X2C } // -X2C Class :HTML_Servicio -?> +?> \ No newline at end of file