sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar
C Robert 7a4b84b9b6 Finished vList implementation
Monotone-Parent: 2570bc0c998646aa6c0501c971a29d77357cb7a1
Monotone-Revision: b798ab587b14c946102732e79770636904870654

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-08-24T20:26:52
Monotone-Branch: ca.inverse.sogo
2009-08-24 20:26:52 +00:00

35 lines
980 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";
label="New List";
image="new-list.png";
onclick = "newList(this); return false;";
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"; }
)
)