mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
add emptyLabel for account to NOT add read-rights for first user if leaving the dialog without [Cancel]
This commit is contained in:
parent
ad2096866e
commit
c8c7c9eec2
@ -58,7 +58,7 @@
|
|||||||
<et2-description value="Action"></et2-description>
|
<et2-description value="Action"></et2-description>
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<et2-select-account id="${row}[acc_id]" allowFreeEntries="true" height="70" accountType="@account_type"></et2-select-account>
|
<et2-select-account id="${row}[acc_id]" allowFreeEntries="true" emptyLabel="Select account" accountType="@account_type"></et2-select-account>
|
||||||
<et2-select id="${row}[acl]" onchange="app.mail.acl_common_rights_selector"></et2-select>
|
<et2-select id="${row}[acl]" onchange="app.mail.acl_common_rights_selector"></et2-select>
|
||||||
<et2-checkbox align="center" id="${row}[acl_l]" onchange="app.mail.acl_common_rights"></et2-checkbox>
|
<et2-checkbox align="center" id="${row}[acl_l]" onchange="app.mail.acl_common_rights"></et2-checkbox>
|
||||||
<et2-checkbox align="center" id="${row}[acl_r]" onchange="app.mail.acl_common_rights"></et2-checkbox>
|
<et2-checkbox align="center" id="${row}[acl_r]" onchange="app.mail.acl_common_rights"></et2-checkbox>
|
||||||
@ -74,9 +74,7 @@
|
|||||||
<et2-checkbox align="center" id="${row}[acl_e]" onchange="app.mail.acl_common_rights"></et2-checkbox>
|
<et2-checkbox align="center" id="${row}[acl_e]" onchange="app.mail.acl_common_rights"></et2-checkbox>
|
||||||
<et2-checkbox align="center" id="${row}[acl_a]" onchange="app.mail.acl_common_rights"></et2-checkbox>
|
<et2-checkbox align="center" id="${row}[acl_a]" onchange="app.mail.acl_common_rights"></et2-checkbox>
|
||||||
<et2-checkbox align="center" id="${row}[acl_recursive]"></et2-checkbox>
|
<et2-checkbox align="center" id="${row}[acl_recursive]"></et2-checkbox>
|
||||||
<et2-hbox orient=",0,0">
|
<et2-button align="right" statustext="Delete this ACL" label="Delete" id="delete[${row}]" value="${row}" image="delete" onclick="et2_dialog.confirm(widget,'Do you really want to remove all rights from this account?','Remove')"></et2-button>
|
||||||
<et2-button align="right" statustext="Delete this ACL" label="Delete" id="delete[${row}]" value="${row}" image="delete" onclick="et2_dialog.confirm(widget,'Do you really want to remove all rights from this account?','Remove')"></et2-button>
|
|
||||||
</et2-hbox>
|
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user