mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-19 15:14:54 +00:00
Monotone-Parent: 231480c78015ecf458ae4ed73f647d1f0a3baf81
Monotone-Revision: 62e332ed96e664a182b2a83d34f70c435afdb0c3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-11T18:22:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
( { link = "#";
|
||||
isSafe = NO;
|
||||
label = "New Event";
|
||||
onclick = "return newEvent(this);";
|
||||
onclick = "return newEvent(this, 'event');";
|
||||
image = "new-event.png"; },
|
||||
{ link = "new_task";
|
||||
enabled = "NO";
|
||||
label="New Task";
|
||||
image = "new-task.png";
|
||||
onclick = "return newEvent(this, 'task');";
|
||||
image = "new-task.png"; },
|
||||
{ link = "edit";
|
||||
label="Edit";
|
||||
|
||||
Reference in New Issue
Block a user