Elastic: Fix kolab_notes addon in mail preview
This commit is contained in:
parent
728aac3be7
commit
3f5ff7daeb
1 changed files with 1 additions and 1 deletions
|
@ -1253,7 +1253,7 @@ class kolab_notes extends rcube_plugin
|
|||
// prepend note links to message body
|
||||
if ($html) {
|
||||
$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;
|
||||
|
|
Loading…
Add table
Reference in a new issue