mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 07:03:19 +00:00
Monotone-Parent: ec6aa2b7257921823b50f7441ab2eb83f83f6927
Monotone-Revision: baf4c7f8461dec960162ae0da21047d576421c14 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-09-11T15:41:39 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -5,23 +5,27 @@
|
||||
onclick = "return clickedEditorSend(this);";
|
||||
image = "tb-compose-send-flat-24x24.png";
|
||||
cssClass = "tbicon_send";
|
||||
label = "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"; },
|
||||
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"; },
|
||||
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"; },
|
||||
label = "Save";
|
||||
tooltip = "Save this message"; },
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user