]> err.no Git - scalable-opengroupware.org/blob - UI/Contacts/Toolbars/SOGoContactFolder.toolbar
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1275 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Contacts / Toolbars / SOGoContactFolder.toolbar
1 ( /* the toolbar groups -*-cperl-*- */
2   (
3    { link = "#";
4      jsLink="js_card";
5      label="New Card";
6      image="new-card.png";
7      onclick = "newContact(this); return false;";
8      tooltip = "Create a new address book card"; },
9    { link = "new_list";
10      enabled = "NO";
11      label="New List";
12      image="new-list.png";
13      tooltip = "Create a new list"; }
14   ),
15   (
16    { link = "edit";
17      label = "Modify";
18      onclick = "return onToolbarEditSelectedContacts(this);";
19      image = "properties.png";
20      tooltip = "Edit the selected card"; },
21    { link = "write";
22      label="Write";
23      onclick = "return onToolbarWriteToSelectedContacts(this);";
24      image="write.png";
25      tooltip = "Send a mail message"; }
26   ),
27   (
28    { link = "delete";
29      label="Delete";
30      onclick = "return uixDeleteSelectedContacts(this);";
31      image="tb-mail-delete-flat-24x24.png";
32      tooltip = "Delete selected card or address book"; }
33   )
34 )