mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Fix height of folder & user selection in mail acl dialog
This commit is contained in:
parent
3cd15c6b3c
commit
8c9bbcf777
@ -14,7 +14,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Folder"/>
|
<description value="Folder"/>
|
||||||
<taglist id="mailbox" width="100%" maxSelection="1" allowFreeEntries="false" onchange='app.mail.acl_folderChange'/>
|
<taglist id="mailbox" width="100%" maxSelection="1" height="150" multiple="false" allowFreeEntries="false" onchange='app.mail.acl_folderChange'/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Rights"/>
|
<description value="Rights"/>
|
||||||
@ -51,7 +51,7 @@
|
|||||||
<description value="Action"/>
|
<description value="Action"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<taglist-account id="${row}[acc_id]" allowFreeEntries="true" maxSelection="1" account_type="@account_type" />
|
<taglist-account id="${row}[acc_id]" allowFreeEntries="true" maxSelection="1" height="70" account_type="@account_type" />
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup id="${row}[acl]" onchange="app.mail.acl_common_rights_selector"/>
|
<menupopup id="${row}[acl]" onchange="app.mail.acl_common_rights_selector"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
|
Loading…
Reference in New Issue
Block a user