mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix not working multiple users for single mail account
replaced legacy-options and type attribute with the actual ones
This commit is contained in:
parent
cbb72e06d9
commit
d40a1d992a
@ -176,7 +176,7 @@ class admin_mail
|
||||
* Step 1: IMAP account
|
||||
*
|
||||
* @param array $content
|
||||
* @param type $msg
|
||||
* @param string $msg
|
||||
*/
|
||||
public function add(array $content=array(), $msg='', $msg_type='success')
|
||||
{
|
||||
|
@ -338,7 +338,7 @@
|
||||
<row class="emailadmin_no_user dialogHeader2">
|
||||
<description for="account_id" value="Valid for"/>
|
||||
<hbox>
|
||||
<select type="select-account" id="account_id" onchange="app.admin.account_hide_not_applying" options="Everyone,both" multiple="dynamic"/>
|
||||
<select-account account_type="both" id="account_id" onchange="app.admin.account_hide_not_applying" empty_label="Everyone" multiple="dynamic"/>
|
||||
<buttononly label="Select multiple" id="button[multiple]" onclick="app.admin.edit_multiple" options="users"/>
|
||||
<checkbox label="account editable by user" id="acc_user_editable"/>
|
||||
</hbox>
|
||||
|
Loading…
Reference in New Issue
Block a user