mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-14 16:05:28 +00:00
Monotone-Parent: 479f9e8a751025c1d9ce8f8818e1257e66ac7642
Monotone-Revision: 82cf74276a48a04d2d3bb16da3ed5b73576a77ef Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-12T14:40:10
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
{ link = "#";
|
||||
onclick = "return onContactAdd(this);";
|
||||
image = "tb-compose-contacts-flat-24x24.png";
|
||||
cssClass = "tbicon_addressbook single-window-not-conditional";
|
||||
cssClass = "tbicon_addressbook";
|
||||
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";
|
||||
cssClass = "tbicon_attach single-window-not-conditional";
|
||||
label = "Attach";
|
||||
tooltip = "Include an attachment"; },
|
||||
{ link = "#";
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
(
|
||||
{ link = "#";
|
||||
onclick = "return onPrintCurrentMessage(event);";
|
||||
cssClass = "tbicon_print";
|
||||
cssClass = "tbicon_print single-window-not-conditional";
|
||||
image = "tb-mail-print-flat-24x24.png";
|
||||
label = "Print";
|
||||
tooltip = "Print this message"; },
|
||||
|
||||
Reference in New Issue
Block a user