__("élection"), "table" => "election", "colonne" => "election", "type" => "select", ); $champs["unite"] = array( "libelle" => __("unité"), "table" => "unite", "colonne" => "unite", "type" => "select", ); $champs["tranche"] = array( "libelle" => __("tranche"), "table" => "tranche", "colonne" => "tranche", "type" => "select", ); $options[] = array( "type" => "search", "display" => true, "advanced" => $champs, "default_form" => "advanced", "absolute_object" => "participation_unite", "export" => array("csv"), );