forked from extern/egroupware
fix for bug [ 1526576 ] acl.tpl bug
typo in hiddenvars, causes search in acl to loose the user/group and default to the current user, thanks to Nick Mossie (ldeviator)
This commit is contained in:
parent
0ab715fc86
commit
679ffd7ac0
@ -5,7 +5,7 @@
|
|||||||
<td width="40%">
|
<td width="40%">
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<form method="POST" action="{action_url}">
|
<form method="POST" action="{action_url}">
|
||||||
{common_hidden_vars}
|
{common_hidden_vars_form}
|
||||||
<input type="text" name="query" value="{search_value}">
|
<input type="text" name="query" value="{search_value}">
|
||||||
<input type="submit" name="search" value="{search}">
|
<input type="submit" name="search" value="{search}">
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user