From 6ccc8cc0200bf50be2d26faa9921e8570c7fc4eb Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 11 Dec 2017 13:50:05 +0100 Subject: [PATCH] The "it is a draft" message is more an information than a warning --- program/steps/mail/show.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index e652dfc5f..b928ec308 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -281,7 +281,7 @@ function rcmail_message_buttons() } $attrib['id'] = 'message-buttons'; - $attrib['class'] = 'notice'; + $attrib['class'] = 'information notice'; $msg = html::span(null, rcube::Q($RCMAIL->gettext('isdraft'))) . ' '; $msg .= html::a(array(