sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar

35 lines
944 B
Plaintext
Raw Normal View History

( /* 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="tb-mail-delete-flat-24x24.png";
tooltip = "Delete selected card or address book"; }
)
)