sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar
Wolfgang Sourdeau b4ff2cde26 Monotone-Parent: 220dbf66e852545abc48773c44cfd8787ec20729
Monotone-Revision: 52439c7fd2ebfde87dfb2f89481c0d8425a07ca4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-11T20:05:58
Monotone-Branch: ca.inverse.sogo
2010-10-11 20:05:58 +00:00

40 lines
1.1 KiB
Java

( /* the toolbar groups -*-java-*- */
(
{ link = "#";
jsLink="js_card";
label="New Card";
image="new-card.png";
onclick = "newContact(this); return false;";
tooltip = "Create a new address book card"; },
{ link = "#";
label="New List";
image="new-list.png";
onclick = "newList(this); return false;";
tooltip = "Create a new list"; }
),
(
{ link = "#";
label = "Properties";
onclick = "return onToolbarEditSelectedContacts(this);";
image = "properties.png";
tooltip = "Edit the selected card"; },
{ link = "#";
label="Write";
onclick = "return onToolbarWriteToSelectedContacts(this);";
image="write.png";
tooltip = "Send a mail message"; }
),
(
{ link = "#";
label="Delete";
onclick = "return onToolbarDeleteSelectedContacts(this);";
image="tb-mail-delete-flat-24x24.png";
tooltip = "Delete selected card or address book"; }
),
( { link = "#";
label = "Reload";
onclick = "return onContactsReload();";
image = "calendar-reload.png";
tooltip = "Reload all contacts"; } )
)