Task #001381 : reinitialize the search_form
This commit is contained in:
parent
5b90294389
commit
5d3f0caef9
2 changed files with 28 additions and 1 deletions
|
|
@ -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();
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue