(isset($_GET['filtre']) ? $_GET['filtre'] : ""), ); /** * Récupération de la configuration de la requête à partir du widget. */ // require_once "../obj/om_widget.class.php"; $om_widget = new om_widget(0); // $conf = $om_widget->get_config_dossiers_evenement_incomplet_majoration($params); // $filtre = $conf["arguments"]["filtre"]; // Titre de la page $ent = __("instruction")." -> ".__("Dossiers incomplets ou majorés sans date de notification"); $tab_description = $conf["message_help"]; // Aucune action de corner $tab_actions['corner'] = array(); $tab_actions['left']['consulter'] = array('lien' => ''.OM_ROUTE_FORM.'&obj=dossier_instruction&action=3'.'&idx=', 'id' => '', 'lib' => ''._('Consulter').'', 'rights' => array('list' => array($obj, $obj.'_consulter'), 'operator' => 'OR'), 'ordre' => 10,); $tab_actions['content'] = $tab_actions['left']['consulter']; // Aucun champ pour la recherche simple $champRecherche = array(); // On cache la recherche simple $options[] = array( "type" => "search", "display" => false, ); /** * Composition de la requête */ $sqlFiltre = $om_widget->get_query_filter( sprintf( "%s WHERE %s ", $conf["query_ct_from"], $conf["query_ct_where_common"] ), $filtre ); // SELECT $champAffiche = $conf["query_ct_select_champaffiche"]; // FROM $table = $conf["query_ct_from"]. $sqlFiltre['FROM']; // WHERE $selection = sprintf( "WHERE %s %s", $conf["query_ct_where_common"], $sqlFiltre['WHERE'] ); // ORDER BY $tri = sprintf(" ORDER BY %s ", $conf["query_ct_orderby"] ); ?>