55 |
$extra_parameters["filtre_decision"] = $filtre_decision; |
$extra_parameters["filtre_decision"] = $filtre_decision; |
56 |
} |
} |
57 |
|
|
58 |
|
// Pour tous les listings des objets suivants, on passe les paramètres des widgets |
59 |
|
// correspondants |
60 |
|
if ($obj == "dossier_contentieux_contradictoires" |
61 |
|
|| $obj == "dossier_contentieux_ait" |
62 |
|
|| $obj == "dossier_contentieux_alerte_parquet" |
63 |
|
|| $obj == "dossier_contentieux_alerte_visite" |
64 |
|
|| $obj == "dossier_contentieux_audience" |
65 |
|
|| $obj == "dossier_contentieux_clotures" |
66 |
|
|| $obj == "dossier_contentieux_inaffectes" |
67 |
|
|| $obj == "dossiers_evenement_incomplet_majoration") { |
68 |
|
// |
69 |
|
$filtre = ""; |
70 |
|
if (isset($_GET['filtre'])) { |
71 |
|
$filtre = $_GET['filtre']; |
72 |
|
} |
73 |
|
$extra_parameters["filtre"] = $filtre; |
74 |
|
} |
75 |
|
|
76 |
// Recherche avancée : complétion uniquement à droite |
// Recherche avancée : complétion uniquement à droite |
77 |
$options[] = array('type' => 'wildcard', 'left' => '', 'right' => '%'); |
$options[] = array('type' => 'wildcard', 'left' => '', 'right' => '%'); |