/[openfoncier]/trunk/dyn/tab.inc.php
ViewVC logotype

Diff of /trunk/dyn/tab.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3730 by mbroquet, Fri Mar 18 11:50:26 2016 UTC revision 6565 by softime, Fri Apr 21 16:14:15 2017 UTC
# Line 55  if ($obj == "dossier_instruction") { Line 55  if ($obj == "dossier_instruction") {
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' => '%');

Legend:
Removed from v.3730  
changed lines
  Added in v.6565

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26