79 |
'taille' => 30, |
'taille' => 30, |
80 |
'libelle' => _('dossier')); |
'libelle' => _('dossier')); |
81 |
// |
// |
82 |
$champs['nature'] = array( |
$champs['dossier_autorisation_type_detaille'] = array( |
83 |
'table' => 'dossier', |
'table' => 'dossier_autorisation_type_detaille', |
84 |
'colonne' => 'nature', |
'colonne' => 'dossier_autorisation_type_detaille', |
85 |
'type' => 'select', |
'type' => 'select', |
86 |
'taille' => 30, |
'taille' => 30, |
87 |
'libelle' => _('nature')); |
'libelle' => _('dossier_autorisation_type_detaille')); |
88 |
|
|
89 |
|
|
90 |
|
|
303 |
"destination_shon", |
"destination_shon", |
304 |
"statistique", |
"statistique", |
305 |
"dossier_message", |
"dossier_message", |
306 |
"dossier_commission",); |
"dossier_commission", |
307 |
|
"rapport_instruction",); |
308 |
|
|
309 |
/*Ajout de paramètre à certains sous-formulaire*/ |
/*Ajout de paramètre à certains sous-formulaire*/ |
310 |
$sousformulaire_parameters = array( |
$sousformulaire_parameters = array( |
317 |
"dossier_commission" => array( |
"dossier_commission" => array( |
318 |
"title" => _("commission(s)"), |
"title" => _("commission(s)"), |
319 |
), |
), |
320 |
|
"rapport_instruction" => array( |
321 |
|
"title" => _("rapport d'instruction"), |
322 |
|
"href" => "../app/rapport_instruction.php?idx=".((isset($idx))? $idx:""), |
323 |
|
), |
324 |
); |
); |
325 |
|
|
326 |
?> |
?> |