mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-31 08:04:54 +00:00
Monotone-Parent: 14ff365d11c0291a1eee9188cca51f506f40b9bc
Monotone-Revision: b5604f9be1835fd07dc55eeda120eb915788a892 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-26T18:45:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -18,7 +18,7 @@ function newEvent(sender) {
|
||||
+ "&hm=" + hour);
|
||||
|
||||
window.open(urlstr, "",
|
||||
"width=560,height=170,resizable=1,scrollbars=1,toolbar=0," +
|
||||
"width=570,height=200,resizable=0,scrollbars=0,toolbar=0," +
|
||||
"location=0,directories=0,status=0,menubar=0,copyhistory=0");
|
||||
|
||||
return false; /* stop following the link */
|
||||
@@ -28,7 +28,7 @@ function _editEventId(id) {
|
||||
var urlstr = ApplicationBaseURL + id + "/edit";
|
||||
|
||||
var win = window.open(urlstr, "SOGo_edit_" + id,
|
||||
"width=560,height=170,resizable=1,scrollbars=1,toolbar=0," +
|
||||
"width=570,height=200,resizable=0,scrollbars=0,toolbar=0," +
|
||||
"location=0,directories=0,status=0,menubar=0,copyhistory=0");
|
||||
win.focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user