sogo/UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar
Wolfgang Sourdeau b4ff2cde26 Monotone-Parent: 220dbf66e852545abc48773c44cfd8787ec20729
Monotone-Revision: 52439c7fd2ebfde87dfb2f89481c0d8425a07ca4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-11T20:05:58
Monotone-Branch: ca.inverse.sogo
2010-10-11 20:05:58 +00:00

51 lines
1.6 KiB
Java

( /* the toolbar groups -*-java-*- */
( { link = "#";
isSafe = NO;
label = "New Event";
onclick = "return newEvent('event');";
image = "new-event.png";
tooltip = "Create a new event"; },
{ link = "#";
label="New Task";
image = "new-task.png";
onclick = "return newEvent('task');";
image = "new-task.png";
tooltip = "Create a new task"; } ),
( { link = "#";
label="Go to Today";
onclick = "return gotoToday();";
image = "goto-today.png";
tooltip = "Go to today"; } ),
( { link = "#";
label="Day View";
onclick = "return onDayOverview();";
image = "day-view.png";
tooltip = "Switch to day view"; },
/* disabled until we fix the view */
/* { link = "#";
label="Multicolumn Day View";
onclick = "return onMulticolumnDayOverview();";
image = "day-view-multicolumn.png";
tooltip = ""; }, */
{ link = "#";
label="Week View";
onclick = "return onWeekOverview();";
image = "week-view.png";
tooltip = "Switch to week view"; },
{ link = "#";
label="Month View";
onclick = "return onMonthOverview();";
image = "month-view.png";
tooltip = "Switch to month view"; } ),
( { link = "#";
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();";
image = "calendar-reload.png";
tooltip = "Reload all calendars"; } )
)