mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 22:53:18 +00:00
Monotone-Parent: 66cb288cba7bdd7b9537c1a8dc18987f2e0571f9
Monotone-Revision: 134d5f26f5b5c12057ef16e7224200617273ff67 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-03T16:27:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,24 +1,27 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( /* first group */
|
||||
{ link = "#"; isSafe = NO;
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
onclick = "clickedEditorSend(this);return false;";
|
||||
image = "tb-compose-send-flat-24x24.png";
|
||||
cssClass = "tbicon_send"; label = "Send"; },
|
||||
{ link = "#"; target = "addressbook";
|
||||
onclick = "openAddressbook(this);return false;";
|
||||
cssClass = "tbicon_send";
|
||||
label = "Send"; },
|
||||
{ link = "#";
|
||||
onclick = "return onContactAdd(null);";
|
||||
image = "tb-compose-contacts-flat-24x24.png";
|
||||
cssClass = "tbicon_addressbook"; label = "Contacts"; },
|
||||
/* { link = "#"; target = "anais";
|
||||
onclick = "openAnais(this);return false;";
|
||||
image = "tbtb_anais.png";
|
||||
cssClass = "tbicon_anais"; label = "Anais"; }, */
|
||||
{ link = "#"; isSafe = NO;
|
||||
cssClass = "tbicon_addressbook";
|
||||
label = "Contacts"; },
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
onclick = "clickedEditorAttach(this)";
|
||||
image = "tb-compose-attach-flat-24x24.png";
|
||||
cssClass = "tbicon_attach"; label = "Attach"; },
|
||||
{ link = "#"; isSafe = NO;
|
||||
cssClass = "tbicon_attach";
|
||||
label = "Attach"; },
|
||||
{ link = "#";
|
||||
isSafe = NO;
|
||||
onclick = "clickedEditorSave(this);return false;";
|
||||
image = "tb-mail-file-flat-24x24.png";
|
||||
cssClass = "tbicon_save"; label = "Save"; },
|
||||
cssClass = "tbicon_save";
|
||||
label = "Save"; },
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user