sogo/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar
Francis Lachapelle 3d3392b67b Monotone-Parent: 479f9e8a751025c1d9ce8f8818e1257e66ac7642
Monotone-Revision: 82cf74276a48a04d2d3bb16da3ed5b73576a77ef

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-12T14:40:10
2011-12-12 14:40:10 +00:00

47 lines
1.4 KiB
Perl

( /* the toolbar groups -*-cperl-*- */
( /* first group */
{ link = "#";
isSafe = NO;
onclick = "return clickedEditorSend(this);";
image = "tb-compose-send-flat-24x24.png";
cssClass = "tbicon_send";
label = "Send";
tooltip = "Send this message now"; }
),
(
{ link = "#";
onclick = "return onContactAdd(this);";
image = "tb-compose-contacts-flat-24x24.png";
cssClass = "tbicon_addressbook";
label = "Contacts";
tooltip = "Select a recipient from an Address Book"; },
{ link = "#";
isSafe = NO;
onclick = "return clickedEditorAttach(this)";
image = "tb-compose-attach-flat-24x24.png";
cssClass = "tbicon_attach single-window-not-conditional";
label = "Attach";
tooltip = "Include an attachment"; },
{ link = "#";
isSafe = NO;
onclick = "return clickedEditorSave(this);";
image = "tb-mail-file-flat-24x24.png";
cssClass = "tbicon_save";
label = "Save";
tooltip = "Save this message"; },
{ link = "#";
hasMenu = YES;
onclick = "return onSelectOptions(event);";
image = "options.png";
cssClass = "tbicon_options";
label = "Options"; }
),
(
{ link = "#";
isSafe = NO;
onclick = "return onCloseButtonClick(event);";
label = "Close";
image = "tb-mail-stop-flat-24x24.png"; }
)
)