60 |
$selection=" where dossier.travaux ='".$idx."'"; |
$selection=" where dossier.travaux ='".$idx."'"; |
61 |
} |
} |
62 |
|
|
|
// Liste des autres dossiers d'instructions |
|
|
if ($retourformulaire== 'dossier_instruction'){ |
|
|
$champAffiche=array( |
|
|
'dossier.dossier as "'._("dossier").'"', |
|
|
'dossier_instruction_type.libelle as "'._("dossier").'"', |
|
|
'to_char(dossier.date_depot ,\'DD/MM/YYYY\') as "'._("date_depot").'"', |
|
|
'etat as "'._("etat").'"', |
|
|
); |
|
|
|
|
|
$table =DB_PREFIXE.'dossier |
|
|
JOIN '.DB_PREFIXE.'dossier_instruction_type |
|
|
ON dossier_instruction_type.dossier_instruction_type = dossier.dossier_instruction_type'; |
|
|
$selection = 'WHERE dossier.dossier=\''.$idx.'\''; |
|
|
$tri= "order by dossier.date_depot ASC"; |
|
|
|
|
|
//Suppression du bouton d'ajout |
|
|
$tab_actions['corner']['ajouter'] = NULL; |
|
|
|
|
|
//Suppression du bouton d'ajout |
|
|
$tab_actions['left']["consulter"] = |
|
|
array('lien' => 'form.php?obj=dossier_instruction&action=3'.'&idx=', |
|
|
'id' => '', |
|
|
'lib' => '<span class="om-icon om-icon-16 om-icon-fix consult-16" title="'._('Consulter').'">'._('Consulter').'</span>', |
|
|
'rights' => array('list' => array('dossier_instruction', 'dossier_instruction_consulter'), 'operator' => 'OR'), |
|
|
'ordre' => 10, |
|
|
'ajax' => false); |
|
63 |
|
|
|
$tab_actions['content'] = $tab_actions['left']["consulter"]; |
|
|
$options[] = array( |
|
|
"type"=>"pagination", |
|
|
"display"=>false, |
|
|
); |
|
|
} |
|
64 |
/*Si l'on se trouve dans le formulaire dossier_instruction*/ |
/*Si l'on se trouve dans le formulaire dossier_instruction*/ |
65 |
if (isset($_GET["obj"]) && $_GET["obj"] == "dossier_instruction") { |
if (isset($_GET["obj"]) && $_GET["obj"] == "dossier_instruction") { |
66 |
// Configuration de la recherche avancee |
// Configuration de la recherche avancee |
301 |
"instruction", |
"instruction", |
302 |
"consultation", |
"consultation", |
303 |
"lot", |
"lot", |
|
"terrain", |
|
|
"blocnote", |
|
304 |
"destination_shon", |
"destination_shon", |
305 |
"statistique", |
"statistique", |
306 |
"dossier_message", |
"dossier_message", |