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"/> <description id="msg" class="message"/>
<hbox readonly="true"> <hbox readonly="true">
<menulist> <menulist>
<menupopup type="select-account" id="acl_account" /> <menupopup type="select-account" id="acl_account" account_type="both" />
</menulist> </menulist>
<menulist> <menulist>
<menupopup type="select-account" id="acl_location" /> <menupopup type="select-account" id="acl_location" account_type="both"/>
</menulist> </menulist>
</hbox> </hbox>
<nextmatch id="nm" template="admin.acl.rows"/> <nextmatch id="nm" template="admin.acl.rows"/>