sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar
Wolfgang Sourdeau edf178748b - 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
2006-07-06 19:50:26 +00:00

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"; }
)
)