]> err.no Git - scalable-opengroupware.org/blob - UI/MailerUI/Toolbars/SOGoMailObject.toolbar
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1145 d1b88da0-ebda-0310...
[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     },
10     { link     = "#";
11       isSafe   = NO;
12       image = "tb-mail-write-flat-24x24.png";
13       onclick  = "return openMessageWindow(null, 'compose');";
14       cssClass = "tbicon_compose"; label = "Write";    },
15     { link  = "#"; target = "addressbook";
16       onclick  = "openAddressbook(this);return false;";
17       image = "tb-mail-addressbook-flat-24x24.png";
18       cssClass = "tbicon_addressbook"; label = "Addressbook"; },
19   ),
20
21   ( // second group
22     { link = "reply";
23       onclick = "return openMessageWindowsForSelection('reply');";
24       isSafe   = NO;
25       image = "tb-mail-reply-flat-24x24.png";
26       cssClass = "tbicon_reply";    label = "Reply";     },
27
28     { link = "replyall";
29       onclick = "return openMessageWindowsForSelection('replyall');";
30       isSafe   = NO;
31       image = "tb-mail-replyall-flat-24x24.png";
32       cssClass = "tbicon_replyall"; label = "Reply All"; },
33
34     { link = "forward";
35       onclick = "return openMessageWindowsForSelection('forward');";
36       isSafe   = NO;
37       image = "tb-mail-forward-flat-24x24.png";
38       cssClass = "tbicon_forward";  label = "Forward";   },
39   ),
40
41   ( // third group
42     { link = "#";
43       isSafe = NO;
44       onclick = "onMenuDeleteMessage(event);";
45 //       enabled  = showMarkDeletedButton;
46       image = "tb-mail-delete-flat-24x24.png";
47       cssClass = "tbicon_delete"; label = "Delete"; },
48     { link = "#";
49       isSafe = NO;
50       image = "tb-mail-junk-flat-24x24.png";
51       cssClass = "tbicon_junk";   label = "Junk";
52     },
53   ),
54   (
55    { link = "#";
56      onclick = "return onPrintCurrentMessage(event);";
57      cssClass = "tbicon_print";
58      image = "tb-mail-print-flat-24x24.png";
59      label = "Print"; },
60    { link = "#";
61      image = "tb-mail-stop-flat-24x24.png";
62      cssClass = "tbicon_stop";
63      label = "Stop";  },
64   ),
65 )