19 |
$form->setType('lettretype', 'select'); |
$form->setType('lettretype', 'select'); |
20 |
$form->setType('consultation', 'checkbox'); |
$form->setType('consultation', 'checkbox'); |
21 |
$form->setType('dossier_instruction_type','select_multiple'); |
$form->setType('dossier_instruction_type','select_multiple'); |
22 |
|
$form->setType('type','select'); |
23 |
} |
} |
24 |
|
|
25 |
//Ajout du type select multiple sur dossier_instruction_type |
//Ajout du type select multiple sur dossier_instruction_type |
91 |
'24 '._("mois") |
'24 '._("mois") |
92 |
); |
); |
93 |
$form->setSelect("delai",$contenu); |
$form->setSelect("delai",$contenu); |
94 |
|
|
95 |
|
// type de l'événement |
96 |
|
$contenu=array(); |
97 |
|
$contenu[0]=array('', 'arrete', 'incompletude', 'majoration_delai', ); |
98 |
|
$contenu[1]=array(_('choisir type'), _('arrete'), _('incompletude'), _('majoration_delai'),); |
99 |
|
$form->setSelect("type",$contenu); |
100 |
|
|
101 |
// dossier_instruction_type |
// dossier_instruction_type |
102 |
$this->init_select($form, $db, $maj, $debug, "dossier_instruction_type", |
$this->init_select($form, $db, $maj, $debug, "dossier_instruction_type", |
103 |
$sql_dossier_instruction_type, $sql_dossier_instruction_type_by_id, false); |
$sql_dossier_instruction_type, $sql_dossier_instruction_type_by_id, false); |