Task #001381 : reinitialize the search_form

This commit is contained in:
Dany De Bontridder 2017-12-10 17:09:09 +01:00
parent 5b90294389
commit 5d3f0caef9
2 changed files with 28 additions and 1 deletions

View file

@ -86,5 +86,6 @@ require_once NOALYSS_INCLUDE.'/lib/select_box.class.php';
$box=new Select_Box("{$this->div}button","Filtre");
$box->add_input(_('Ajout'), $save_filter);
$box->add_javascript(_('Gestion Filtre'), $search_filter);
$box->add_javascript(_('Remise à zéro'), "reset_filter('{$this->div}')");
echo $box->input();
?>