<?php
// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
// +--------------------------------------------------------------------+
-// | Ministerio de Economía |
+// | Ministerio de Econom� |
// | Intranet |
// +--------------------------------------------------------------------+
// | This file is part of Intranet. |
// +X2C Class 165 :HTML_Servicio
/**
+ * @package sistema_local_lib
* @access public
*/
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, true, 'LENGTH(nombre)');
+ $this->servicio->cargarHijos($bd, true, AI_SERVICIO_ORDEN_LONG_NOMBRE);
}
// -X2C
$int =& new HTML_Table(array('width' =>'360',
'border' => '0',
'cellspacing' => '0',
- 'cellpadding' => '0',
+ 'cellpadding' => '1',
'bgcolor' => '#FFFFFF'));
$int->addRow(array($img, '',$img,''),
array());
// -X2C
} // -X2C Class :HTML_Servicio
-?>
+?>
\ No newline at end of file