mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Make vacation dialog window bigger
This commit is contained in:
parent
a6d1d8d2c9
commit
74504cf5b0
@ -4481,7 +4481,7 @@ app.classes.mail = AppJS.extend(
|
||||
// Coming from tree
|
||||
acc_id = parseInt(_senders[0].id);
|
||||
}
|
||||
this.egw.open_link('mail.mail_sieve.editVacation&acc_id=' + acc_id, '_blank', '700x560');
|
||||
this.egw.open_link('mail.mail_sieve.editVacation&acc_id=' + acc_id, '_blank', '700x660');
|
||||
},
|
||||
|
||||
subscription_refresh: function(_data)
|
||||
|
Loading…
Reference in New Issue
Block a user