0000638: Recherche action gestion

Amélioration : enlever "inclure les actions fermées" car double emploi avec Etat de document

Ajout de "Exclure Etat de document"
This commit is contained in:
Dany De Bontridder 2012-06-21 11:24:25 +00:00
parent 7d64e758c0
commit 5a56226d58
6 changed files with 25 additions and 19 deletions

View file

@ -195,7 +195,7 @@ if ($sub_action == "list")
// Add a button to export to Csv
echo '<form method="GET" ACTION="export.php">';
echo HtmlInput::request_to_hidden(array("remind_date_end","remind_date","sag_ref", "remind_date","only_internal", "state", "gDossier", "qcode", "start_date", "end_date", "ag_id", "ag_dest_query",
"tdoc", "see_all", "all_action", "query"));
"tdoc", "hsstate", "all_action", "query"));
echo HtmlInput::hidden("act", "CSV:ActionGestion");
echo HtmlInput::submit("follow_up_csv", "Export CSV");
echo "</form>";