mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
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:
@@ -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"; },
|
||||
|
||||
Reference in New Issue
Block a user