mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Make the edit account dialog slightly bigger to get all toolbars fit in one line
This commit is contained in:
parent
c5c09c4f9f
commit
32095efd4b
@ -4306,7 +4306,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', '720x500');
|
this.egw.open_link('mail.mail_wizard.edit&acc_id='+acc_id, '_blank', '740x500');
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user