From 3d3392b67bbba555ec57cca1a05395b0f8cedee4 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 12 Dec 2011 14:40:10 +0000 Subject: [PATCH] Monotone-Parent: 479f9e8a751025c1d9ce8f8818e1257e66ac7642 Monotone-Revision: 82cf74276a48a04d2d3bb16da3ed5b73576a77ef Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-12T14:40:10 --- UI/MailerUI/Toolbars/SOGoDraftObject.toolbar | 4 ++-- UI/MailerUI/Toolbars/SOGoMailObject.toolbar | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar b/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar index 63d1f38a6..05e7a38ff 100644 --- a/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar +++ b/UI/MailerUI/Toolbars/SOGoDraftObject.toolbar @@ -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 = "#"; diff --git a/UI/MailerUI/Toolbars/SOGoMailObject.toolbar b/UI/MailerUI/Toolbars/SOGoMailObject.toolbar index 727c6e8eb..062af0643 100644 --- a/UI/MailerUI/Toolbars/SOGoMailObject.toolbar +++ b/UI/MailerUI/Toolbars/SOGoMailObject.toolbar @@ -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"; },