- 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
This commit is contained in:
Wolfgang Sourdeau
2006-07-07 21:43:39 +00:00
parent 98eae38677
commit 0f29325819
4 changed files with 25 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
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 */
}