mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Keep prev query
This commit is contained in:
parent
1353159e61
commit
4681236b1d
@ -391,6 +391,7 @@
|
||||
// -------------------------- end nextmatch ------------------------------------
|
||||
|
||||
$GLOBALS['phpgw']->template->set_var('search_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
||||
$GLOBALS['phpgw']->template->set_var('prev_query', $query);
|
||||
$GLOBALS['phpgw']->template->set_var('search_list',$this->nextmatchs->search(array('query' => $query, 'search_obj' => 1)));
|
||||
|
||||
foreach($users as $user)
|
||||
|
@ -78,7 +78,7 @@
|
||||
<td align="right" colspan="5">
|
||||
<form method="POST" action="{search_action}">
|
||||
{query_type}
|
||||
<input type="text" name="query">
|
||||
<input type="text" name="query" value="{prev_query}">
|
||||
<input type="submit" name="search" value="{lang_search}">
|
||||
</form>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user