sogo/UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar
Wolfgang Sourdeau 77d9730062 - minor aesthetic code changes;
Monotone-Parent: 97743fab984c0ad36703eacb2549593742436c25
Monotone-Revision: 4f6055656f29743c9da3d3dcce84f449939717bf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-11T17:43:58
Monotone-Branch: ca.inverse.sogo
2006-07-11 17:43:58 +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"; } )
)