mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: 14183e9d9367b240b6e0585031a87772c952285a
Monotone-Revision: 6550d093f75808cf03c8781a80f346a0cedf836a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-11T02:36:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
( { link = "#";
|
||||
isSafe = NO;
|
||||
label = "New Event";
|
||||
onclick = "return newEvent(this, 'event');";
|
||||
onclick = "return newEvent('event');";
|
||||
image = "new-event.png";
|
||||
tooltip = "Create a new event"; },
|
||||
{ link = "new_task";
|
||||
label="New Task";
|
||||
image = "new-task.png";
|
||||
onclick = "return newEvent(this, 'task');";
|
||||
onclick = "return newEvent('task');";
|
||||
image = "new-task.png";
|
||||
tooltip = "Create a new task"; } ),
|
||||
( { link = "today";
|
||||
|
||||
Reference in New Issue
Block a user