sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar
Francis Lachapelle 6be11b1245 Monotone-Parent: ec6aa2b7257921823b50f7441ab2eb83f83f6927
Monotone-Revision: baf4c7f8461dec960162ae0da21047d576421c14

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-11T15:41:39
Monotone-Branch: ca.inverse.sogo
2007-09-11 15:41:39 +00:00

35 lines
925 B
Perl

( /* the toolbar groups -*-cperl-*- */
(
{ link = "#";
jsLink="js_card";
label="New Card";
image="new-card.png";
onclick = "newContact(this); return false;";
tooltip = "Create a new address book card"; },
{ link = "new_list";
enabled = "NO";
label="New List";
image="new-list.png";
tooltip = "Create a new list"; }
),
(
{ link = "edit";
label = "Modify";
onclick = "return onToolbarEditSelectedContacts(this);";
image = "properties.png";
tooltip = "Edit the selected card"; },
{ link = "write";
label="Write";
onclick = "return onToolbarWriteToSelectedContacts(this);";
image="write.png";
tooltip = "Send a mail message"; }
),
(
{ link = "delete";
label="Delete";
onclick = "return uixDeleteSelectedContacts(this);";
image="delete.png";
tooltip = "Delete selected card or address book"; }
)
)