mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
show available mail accounts of user and allow to switch between them, when calling mail wizard from admin >> manage accounts
This commit is contained in:
parent
823e2b62c0
commit
670598a783
@ -1970,7 +1970,7 @@ app.classes.mail = AppJS.extend(
|
||||
edit_account: function(_action, _senders)
|
||||
{
|
||||
var acc_id = parseInt(_senders[0].id);
|
||||
this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '640x480');
|
||||
this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '720x500');
|
||||
}
|
||||
});
|
||||
// wrapper functions to call functions within app
|
||||
|
Loading…
Reference in New Issue
Block a user