Monotone-Parent: 20ca7f13f9a91f5f53ebdc147c167f8c3c8704d1

Monotone-Revision: fcb6289d2b8ea869537b1548a175eb2294e0b8fb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-21T22:22:19
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-08-21 22:22:19 +00:00
parent 08b62198a4
commit cc6ab74bc1
1 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
( { link = "#";
isSafe = NO;
label = "New Event";
onclick = "newEvent(this);return false;";
onclick = "return newEvent(this);";
image = "new-event.png"; },
{ link = "new_task";
enabled = "NO";
@ -10,21 +10,26 @@
image = "new-task.png"; },
{ link = "edit";
label="Edit";
onclick = "return editEvent(this);";
image = "edit.png"; },
{ link = "delete";
label="Delete";
onclick = "return deleteEvent(this);";
image = "delete.png"; } ),
( { link = "today";
onclick = "return gotoToday();";
label="Go to Today";
onclick = "return gotoToday();";
image = "goto-today.png" } ),
( { link = "dayoverview";
label="Day View";
onclick = "return onDayOverview();";
image = "day-view.png"; },
{ link = "weekoverview";
label="Week View";
onclick = "return onWeekOverview();";
image = "week-view.png"; },
{ link = "monthoverview";
label="Month View";
onclick = "return onMonthOverview();";
image = "month-view.png"; } )
)