Make the ACL dialog shows both User/Group

This commit is contained in:
Hadi Nategh 2014-04-22 16:17:16 +00:00
parent da776ede02
commit c55c5c3918

View File

@ -63,10 +63,10 @@
<description id="msg" class="message"/>
<hbox readonly="true">
<menulist>
<menupopup type="select-account" id="acl_account" />
<menupopup type="select-account" id="acl_account" account_type="both" />
</menulist>
<menulist>
<menupopup type="select-account" id="acl_location" />
<menupopup type="select-account" id="acl_location" account_type="both"/>
</menulist>
</hbox>
<nextmatch id="nm" template="admin.acl.rows"/>