Monotone-Parent: e0d6a2d51589348dbe6602973f8a6ae6718f0991

Monotone-Revision: e57c559e7f4acc6c125cef6398101fdf444f5d7b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-16T13:52:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-07-16 13:52:53 +00:00
parent 18afa2eecd
commit a88f5d7ad6
16 changed files with 85 additions and 302 deletions
@@ -10,17 +10,7 @@
image = "new-task.png";
onclick = "return newEvent(this, 'task');";
image = "new-task.png";
tooltip = "Create a new task"; },
{ link = "edit";
label="Edit";
onclick = "return editEvent(this);";
image = "edit.png";
tooltip = "Edit this event or task"; },
{ link = "delete";
label="Delete";
onclick = "return deleteEvent(this);";
image = "tb-mail-delete-flat-24x24.png";
tooltip = "Delete this event or task"; } ),
tooltip = "Create a new task"; } ),
( { link = "today";
label="Go to Today";
onclick = "return gotoToday();";
@@ -47,6 +37,11 @@
onclick = "return onMonthOverview();";
image = "month-view.png";
tooltip = "Switch to month view"; } ),
( { link = "delete";
label="Delete";
onclick = "return deleteEvent(this);";
image = "tb-mail-delete-flat-24x24.png";
tooltip = "Delete this event or task"; } ),
( { link = "#";
label = "Reload";
onclick = "return onCalendarReload();";