sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar
Ludovic Marcotte 17ee8456d6 see changelog
Monotone-Parent: cb3f479134d1d5c2e5302fa2bc5e9546144fd5df
Monotone-Revision: cf1274250eeb2ccd93241a351a17123c4a95cd31

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-08-22T19:55:40
Monotone-Branch: ca.inverse.sogo
2008-08-22 19:55:40 +00:00

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