mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 19:09:30 +01:00
Fix mail edit account dialog
This commit is contained in:
parent
e2cb158211
commit
00b5cd0cd2
@ -4455,7 +4455,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
edit_account: function(_action, _senders)
|
edit_account: function(_action, _senders)
|
||||||
{
|
{
|
||||||
var acc_id = parseInt(_senders[0].id);
|
var acc_id = parseInt(_senders[0].id);
|
||||||
this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '740x500');
|
this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '740x670');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user