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:
Ralf Becker 2006-08-11 06:34:23 +00:00
parent 0ab715fc86
commit 679ffd7ac0

View File

@ -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>