Monotone-Parent: e8bfb90da0079ca2c3e5079818a7e7532b26ea31

Monotone-Revision: 7d281c6a5f9cd3517f1a818c99070b3bba45594c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-27T20:03:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-27 20:03:05 +00:00
parent 55bd55f9ae
commit e47039bb31
6 changed files with 351 additions and 74 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
( /* first group */
{ link = "#";
isSafe = NO;
onclick = "clickedEditorSend(this);return false;";
onclick = "return clickedEditorSend(this);";
image = "tb-compose-send-flat-24x24.png";
cssClass = "tbicon_send";
label = "Send"; },
@@ -13,13 +13,13 @@
label = "Contacts"; },
{ link = "#";
isSafe = NO;
onclick = "clickedEditorAttach(this)";
onclick = "return clickedEditorAttach(this)";
image = "tb-compose-attach-flat-24x24.png";
cssClass = "tbicon_attach";
label = "Attach"; },
{ link = "#";
isSafe = NO;
onclick = "clickedEditorSave(this);return false;";
onclick = "return clickedEditorSave(this);";
image = "tb-mail-file-flat-24x24.png";
cssClass = "tbicon_save";
label = "Save"; },