The "it is a draft" message is more an information than a warning

This commit is contained in:
Aleksander Machniak
2017-12-11 13:50:05 +01:00
parent 5dbe1f2a5e
commit 6ccc8cc020

View File

@@ -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(