0000604: Dans le boite de recherche action

This commit is contained in:
Dany De Bontridder 2012-06-09 14:37:22 +00:00
parent 7972057eea
commit 14cd033172
5 changed files with 22 additions and 6 deletions

View file

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