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:35:41 +00:00
parent b276d1d217
commit 0c13c33fd2

View File

@ -0,0 +1,28 @@
{errors}
<table border="0" align="center" width="50%">
<tr>
{nml}
<td width="40%">
<div align="center">
<form method="POST" action="{action_url}">
{common_hidden_vars_form}
<input type="text" name="query" value="{search_value}">
<input type="submit" name="search" value="{search}">
</form>
</div>
</td>
{nmr}
</tr>
</table>
<form method="POST" action="{action_url}">
{common_hidden_vars_form}
<input type="hidden" name="processed" value="{processed}">
<table border="0" align="center" width="50%">
{row}
<tr><td colspan="3" nowrap>
<input type="submit" name="save" value="{lang_save}">
<input type="submit" name="apply" value="{lang_apply}">
<input type="submit" name="cancel" value="{lang_cancel}">
</td></tr>
</table>
</form>