sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar
Francis Lachapelle d6041f3d88 Monotone-Parent: 481000e0cd17c7724939535ed3c25eaa596aa5cb
Monotone-Revision: 6961ced4482e86c2a2fd2249397ec110584f633a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-22T21:11:49
Monotone-Branch: ca.inverse.sogo
2007-11-22 21:11:49 +00:00

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