sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar

25 lines
462 B
Plaintext
Raw Normal View History

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