modify create guest account and filter guest user (#2534)

This commit is contained in:
aynsix
2018-06-14 21:16:10 +04:00
committed by jygaulier
parent 20fd33696b
commit 9809e8f176
4 changed files with 5 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
<fieldset class="admin_head_opts">
<span class="checkbox">
{{ 'admin::userlist: filterguestuser' | trans }}
<input type="checkbox" name="show_special_users" {% if parm['show_special_users'] %} checked="checked" {% endif %} style="margin-left:10px" />
<input type="checkbox" name="filter_guest_user" {% if parm['filter_guest_user'] %} checked="checked" {% endif %} style="margin-left:10px" />
</span>
<br/>
<span>{{ 'Filter' | trans }}</span>