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:
Wolfgang Sourdeau
2006-10-11 18:22:30 +00:00
parent 0742b8b50a
commit d4103a9d66
3 changed files with 79 additions and 19 deletions
@@ -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";