]> err.no Git - scalable-opengroupware.org/blob - UI/MailerUI/Toolbars/SOGoDraftObject.toolbar
6355b0a0ef1fedbc669fa6cf47016a08eb051b35
[scalable-opengroupware.org] / UI / MailerUI / Toolbars / SOGoDraftObject.toolbar
1 ( /* the toolbar groups -*-cperl-*- */
2   ( /* first group */
3     { link  = "#";
4       isSafe = NO;
5       onclick  = "return clickedEditorSend(this);";
6       image = "tb-compose-send-flat-24x24.png";
7       cssClass = "tbicon_send";
8       label = "Send"; },
9     { link  = "#";
10       onclick  = "return onContactAdd(null);";
11       image = "tb-compose-contacts-flat-24x24.png";
12       cssClass = "tbicon_addressbook";
13       label = "Contacts"; },
14     { link  = "#";
15       isSafe = NO;
16       onclick  = "return clickedEditorAttach(this)";
17       image = "tb-compose-attach-flat-24x24.png";
18       cssClass = "tbicon_attach";
19       label = "Attach"; },
20     { link  = "#";
21       isSafe = NO;
22       onclick  = "return clickedEditorSave(this);";
23       image = "tb-mail-file-flat-24x24.png";
24       cssClass = "tbicon_save";
25       label = "Save"; },
26   )
27 )