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:
Francis Lachapelle
2007-09-11 15:41:39 +00:00
parent 8dff8089f5
commit 6be11b1245
6 changed files with 69 additions and 37 deletions
+8 -4
View File
@@ -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"; },
)
)