sogo/UI/Scheduler/SchedulerUI.js
Wolfgang Sourdeau 0f29325819 - see ChangeLog;
Monotone-Parent: a3f0d21df8bb4086c716a7df725f85f857ce0b07
Monotone-Revision: eac5138b971d77a6b7878c62a571cdfb12efa3b2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-07T21:43:39
Monotone-Branch: ca.inverse.sogo
2006-07-07 21:43:39 +00:00

10 lines
286 B
JavaScript

function newEvent(sender) {
var urlstr;
urlstr = "new";
window.open(urlstr, "SOGo_compose",
"width=680,height=520,resizable=1,scrollbars=1,toolbar=0," +
"location=0,directories=0,status=0,menubar=0,copyhistory=0");
return false; /* stop following the link */
}