Task #1381 Favori de filtre dans recherche
This commit is contained in:
parent
8b9580f7fc
commit
6ad420b85f
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ echo '<div class="content">';
|
|||
echo '<form method="GET">';
|
||||
echo $search_box;
|
||||
echo HtmlInput::submit("viewsearch",_("Recherche"));
|
||||
$button_search=new IButton("button", _('Filtre'));
|
||||
$button_search->javascript=$ledger->build_search_filter();
|
||||
echo $button_search->input();
|
||||
?>
|
||||
<input type="button" class="smallbutton" onclick="window.close()" value="<?php echo _('Fermer')?>">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue