Elastic: Fix kolab_notes addon in mail preview

This commit is contained in:
Aleksander Machniak 2018-01-04 09:32:43 +01:00
parent 728aac3be7
commit 3f5ff7daeb

View file

@ -1253,7 +1253,7 @@ class kolab_notes extends rcube_plugin
// prepend note links to message body // prepend note links to message body
if ($html) { if ($html) {
$this->load_ui(); $this->load_ui();
$args['content'] = html::div('kolabmessagenotes ui alert', $html) . $args['content']; $args['content'] = html::div('kolabmessagenotes boxinformation noicon', $html) . $args['content'];
} }
return $args; return $args;