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

pull/6088/head
Aleksander Machniak 7 years ago
parent 5dbe1f2a5e
commit 6ccc8cc020

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

Loading…
Cancel
Save