sogo/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar
Francis Lachapelle 6be11b1245 Monotone-Parent: ec6aa2b7257921823b50f7441ab2eb83f83f6927
Monotone-Revision: baf4c7f8461dec960162ae0da21047d576421c14

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-11T15:41:39
Monotone-Branch: ca.inverse.sogo
2007-09-11 15:41:39 +00:00

32 lines
1,020 B
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(null);";
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";
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"; },
)
)