mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
The "it is a draft" message is more an information than a warning
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user