mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Make vacation dialog window bigger
This commit is contained in:
parent
e1996bc084
commit
fc445836f4
@ -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…
x
Reference in New Issue
Block a user