X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/61fdd4f7e9019fdd5c4e3b5d9c43ab5d3506a11c..bfb8e871c0f11bd56529ddc1d1852bfa974b3dc0:/lib/AI/Form.php?ds=sidebyside diff --git a/lib/AI/Form.php b/lib/AI/Form.php index 38e9262..582d704 100644 --- a/lib/AI/Form.php +++ b/lib/AI/Form.php @@ -1,5 +1,5 @@ addElement('select', $tipo, 'Sistema', $sistemas); + $fId =& $this->addElement('select', $tipo, 'Sistema', $sistemas); } if ($accion & (AI_BAJA | AI_MODIF)) { if ($tipo == 'sistema') { @@ -110,7 +110,7 @@ class AI_Form extends MECON_HTML_QuickForm { if ($tipo == 'grupo') { $fAntiguedad =& $this->addElement('text', 'antiguedad', 'Antigüedad'); $fSecciones =& $this->addElement('select', 'secciones', 'Secciones', - array(1=>'test1', 'test2', 'test3', 'test4', 'test5', 'test6', 'test7', 'test8'), + AI_GrupoSecciones::getSeccionesArray(), array('multiple' => 'multiple', 'size' => 5)); $fMostrarHijos =& $this->addElement('checkbox', 'mostrar_hijos', 'Mostrar hijos'); // Validación. @@ -229,4 +229,4 @@ function listaImagenes($dir = '.', $prepend = '', $append = '') { return $lista; } -?> +?> \ No newline at end of file