mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: 3bc9e36d367cbd3e033f8c70391a680f7d4b2482
Monotone-Revision: 4145023930cd590a9ee89dd173f4e4df5454eed0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-15T15:16:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( { link = "#";
|
||||
( { link = "new_event";
|
||||
isSafe = NO;
|
||||
label = "New Event";
|
||||
onclick = "return newEvent('event');";
|
||||
|
||||
@@ -45,6 +45,8 @@ function newEvent(type, day, hour, duration) {
|
||||
urlstr += "?" + params.join("&");
|
||||
|
||||
window.open(urlstr, "", "width=490,height=470,resizable=0");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function newEventFromWidget(sender, type) {
|
||||
|
||||
Reference in New Issue
Block a user