sogo/UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar
Wolfgang Sourdeau 0f29325819 - see ChangeLog;
Monotone-Parent: a3f0d21df8bb4086c716a7df725f85f857ce0b07
Monotone-Revision: eac5138b971d77a6b7878c62a571cdfb12efa3b2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-07T21:43:39
Monotone-Branch: ca.inverse.sogo
2006-07-07 21:43:39 +00:00

29 lines
774 B
Perl

( /* the toolbar groups -*-cperl-*- */
( { link = "#";
isSafe = NO;
label="New Event";
onclick = "newEvent(this);return false;";
image="new-event.png"; },
{ link = "new_task";
label="New Task";
image = "new-task.png"; },
{ link = "edit";
label="Edit";
image = "edit.png"; },
{ link = "delete";
label="Delete";
image = "delete.png"; } ),
( { link = "today";
label="Go to Today";
image = "goto-today.png" } ),
( { link = "dayoverview";
label="Day View";
image = "day-view.png"; },
{ link = "weekoverview";
label="Week View";
image = "week-view.png"; },
{ link = "monthoverview";
label="Month View";
image = "month-view.png"; } )
)