- see ChangeLog;

Monotone-Parent: 9a1990daa03b7969b33420752ca0d11ef89f8d64
Monotone-Revision: ef409cba712a3f3f90e0159702a7e1ada89df127

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-06T19:50:26
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-07-06 19:50:26 +00:00
parent 5d45e64de9
commit edf178748b
35 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,24 @@
( /* the toolbar groups -*-cperl-*- */
(
{ link = "new";
jsLink="js_card";
label="New Card";
image="new-card.png"; },
{ link = "new_list";
label="New List";
image="new-list.png"; }
),
(
{ link = "properties";
label = "Properties";
image = "properties.png"; },
{ link = "write";
label="Write";
image="write.png"; }
),
(
{ link = "delete";
label="Delete";
image="delete.png"; }
)
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,26 @@
( /* 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"; } )
)