mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-16 03:30:49 +01:00
Fix mailaccount dialog with multiple account ident set breaks window sizing
This commit is contained in:
parent
7d121f8215
commit
a7f7b1750a
@ -341,7 +341,7 @@
|
||||
<row class="emailadmin_no_user dialogHeader2">
|
||||
<et2-description for="account_id" value="Valid for"></et2-description>
|
||||
<et2-hbox span="all">
|
||||
<et2-select-account id="account_id" placeholder="Everyone" multiple="true" accountType="both"></et2-select-account>
|
||||
<et2-select-account id="account_id" placeholder="Everyone" multiple="true" accountType="both" rows="1"></et2-select-account>
|
||||
<et2-checkbox label="account editable by user" id="acc_user_editable"></et2-checkbox>
|
||||
</et2-hbox>
|
||||
</row>
|
||||
|
Loading…
Reference in New Issue
Block a user