mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-20 13:55:58 +00:00
Monotone-Parent: 9a1990daa03b7969b33420752ca0d11ef89f8d64 Monotone-Revision: ef409cba712a3f3f90e0159702a7e1ada89df127 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-06T19:50:26 Monotone-Branch: ca.inverse.sogo
27 lines
706 B
Perl
27 lines
706 B
Perl
( /* the toolbar groups -*-cperl-*- */
|
|
( { link = "new";
|
|
label="New Event";
|
|
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"; } )
|
|
)
|