mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 11:46:23 +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
25 lines
462 B
Perl
25 lines
462 B
Perl
( /* 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"; }
|
|
)
|
|
)
|