sogo/UI/Contacts/Toolbars/SOGoContactFolder.toolbar
Ludovic Marcotte ff048cdfae See ChangeLog
Monotone-Parent: 2977eee44dc8cb28a84d3198502b07eacfaf2472
Monotone-Revision: 4bfa73f8df33a1fad6c74b0321872b8b41b526fa

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-12-11T14:14:48
Monotone-Branch: ca.inverse.sogo
2009-12-11 14:14:48 +00:00

40 lines
1.1 KiB
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"; }
),
( { link = "#";
label = "Reload";
onclick = "return onContactsReload();";
image = "calendar-reload.png";
tooltip = "Reload all contacts"; } )
)