]> err.no Git - scalable-opengroupware.org/blob - UI/MailerUI/Toolbars/SOGoMailObject.toolbar
Install libs to /usr/lib
[scalable-opengroupware.org] / UI / MailerUI / Toolbars / SOGoMailObject.toolbar
1 ( /* the toolbar groups -*-cperl-*- */
2
3   ( /* first group */
4     { link  = "#";
5       image = "tb-mail-getmail-flat-24x24.png";
6       cssClass = "tbicon_getmail";
7       label = "Get Mail";
8       onclick = "return refreshMailbox(this);";
9       tooltip = "Get new messages"; },
10     { link     = "#";
11       isSafe   = NO;
12       image = "tb-mail-write-flat-24x24.png";
13       onclick  = "return onComposeMessage();";
14       cssClass = "tbicon_compose";
15       label = "Write";
16       tooltip = "Create a new message"; },
17     { link  = "#";
18       target = "addressbook";
19       onclick  = "openAddressbook(this);return false;";
20       image = "tb-mail-addressbook-flat-24x24.png";
21       cssClass = "tbicon_addressbook";
22       label = "Addressbook";
23       tooltip = "Go to address book"; },
24   ),
25
26   ( // second group
27     { link = "reply";
28       onclick = "return openMessageWindowsForSelection('reply');";
29       isSafe   = NO;
30       image = "tb-mail-reply-flat-24x24.png";
31       cssClass = "tbicon_reply";
32       label = "Reply";
33       tooltip = "Reply to the message"; },
34     { link = "replyall";
35       onclick = "return openMessageWindowsForSelection('replyall');";
36       isSafe   = NO;
37       image = "tb-mail-replyall-flat-24x24.png";
38       cssClass = "tbicon_replyall";
39       label = "Reply All";
40       tooltip = "Reply to sender and all recipients"; },
41     { link = "forward";
42       onclick = "return openMessageWindowsForSelection('forward');";
43       isSafe   = NO;
44       image = "tb-mail-forward-flat-24x24.png";
45       cssClass = "tbicon_forward";
46       label = "Forward";
47       tooltip = "Forward selected message"; },
48   ),
49
50   ( // third group
51     { link = "#";
52       isSafe = NO;
53       onclick = "onMenuDeleteMessage(event);";
54 //       enabled  = showMarkDeletedButton;
55       image = "tb-mail-delete-flat-24x24.png";
56       cssClass = "tbicon_delete";
57       label = "Delete";
58       tooltip = "Delete selected message or folder"; },
59 //    { link = "#";
60 //      isSafe = NO;
61 //      image = "tb-mail-junk-flat-24x24.png";
62 //      cssClass = "tbicon_junk";
63 //      label = "Junk";
64 //      tooltip = "Mark the selected messages as junk"; },
65   ),
66   (
67    { link = "#";
68      onclick = "return onPrintCurrentMessage(event);";
69      cssClass = "tbicon_print";
70      image = "tb-mail-print-flat-24x24.png";
71      label = "Print"; 
72      tooltip = "Print this message"; },
73    { link = "#";
74      image = "tb-mail-stop-flat-24x24.png";
75      cssClass = "tbicon_stop";
76      label = "Stop";
77      tooltip = "Stop the current transfer"; },
78   ),
79 )