sogo/UI/Scheduler/Toolbars/SOGoAppointmentFolder.toolbar
Wolfgang Sourdeau cbbbab0261 Monotone-Parent: f94575e24f735b3541a3c460e3f1323681690f29
Monotone-Revision: 1b9d8e834c5e7ae5ed339116505af08e8deddf8f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-18T22:43:23
Monotone-Branch: ca.inverse.sogo
2006-08-18 22:43:23 +00:00

31 lines
835 B
Perl

( /* the toolbar groups -*-cperl-*- */
( { link = "#";
isSafe = NO;
label = "New Event";
onclick = "newEvent(this);return false;";
image = "new-event.png"; },
{ link = "new_task";
enabled = "NO";
label="New Task";
image = "new-task.png"; },
{ link = "edit";
label="Edit";
image = "edit.png"; },
{ link = "delete";
label="Delete";
image = "delete.png"; } ),
( { link = "today";
onclick = "return gotoToday();";
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"; } )
)