mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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
b276d1d217
commit
0c13c33fd2
28
preferences/templates/default/acl.tpl
Normal file
28
preferences/templates/default/acl.tpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user