87 |
'taille' => 30, |
'taille' => 30, |
88 |
'libelle' => _('dossier_autorisation_type_detaille')); |
'libelle' => _('dossier_autorisation_type_detaille')); |
89 |
|
|
|
|
|
|
|
|
|
// |
|
|
$champs['delegataire_nom'] = array( |
|
|
'table' => 'dossier', |
|
|
'colonne' => 'delegataire_nom', |
|
|
'type' => 'text', |
|
|
'taille' => 30, |
|
|
'libelle' => _('nom delegataire')); |
|
|
// |
|
|
$champs['demandeur_nom'] = array( |
|
|
'table' => 'dossier', |
|
|
'colonne' => 'demandeur_nom', |
|
|
'type' => 'text', |
|
|
'taille' => 30, |
|
|
'libelle' => _('nom demandeur')); |
|
|
|
|
|
|
|
|
// |
|
|
$champs['demandeur_societe'] = array( |
|
|
'table' => 'dossier', |
|
|
'colonne' => 'demandeur_societe', |
|
|
'type' => 'text', |
|
|
'taille' => 30, |
|
|
'libelle' => _('demandeur_societe')); |
|
90 |
// |
// |
91 |
$champs['parcelle'] = array( |
$champs['parcelle'] = array( |
92 |
'table' => 'dossier', |
'table' => 'dossier', |
94 |
'type' => 'text', |
'type' => 'text', |
95 |
'taille' => 30, |
'taille' => 30, |
96 |
'libelle' => _('parcelle')); |
'libelle' => _('parcelle')); |
|
|
|
|
// |
|
|
$champs['rivoli'] = array( |
|
|
'table' => 'dossier', |
|
|
'colonne' => 'rivoli', |
|
|
'type' => 'text', |
|
|
'taille' => 30, |
|
|
'libelle' => _('rivoli')); |
|
|
// |
|
|
$champs['terrain_adresse'] = array( |
|
|
'table' => 'dossier', |
|
|
'colonne' => 'terrain_adresse', |
|
|
'type' => 'text', |
|
|
'taille' => 30, |
|
|
'libelle' => _('terrain_adresse')); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
$champs['terrain_adresse_complement'] = array( |
|
|
'table' => 'dossier', |
|
|
'colonne' => 'terrain_adresse_complement', |
|
|
'type' => 'text', |
|
|
'taille' => 30, |
|
|
'libelle' => _('terrain_adresse_complement')); |
|
97 |
//// COL2 |
//// COL2 |
98 |
|
|
99 |
// |
// |
112 |
"args" => $args, |
"args" => $args, |
113 |
); |
); |
114 |
|
|
|
// |
|
|
$champs['travaux'] = array( |
|
|
'table' => 'dossier', |
|
|
'colonne' => 'travaux', |
|
|
'type' => 'select', |
|
|
'libelle' => _('travaux')); |
|
|
|
|
|
|
|
115 |
//// COL3 |
//// COL3 |
116 |
|
|
117 |
|
|