From 3f5ff7daeb678c66f9bc71a57e2c907514847822 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 4 Jan 2018 09:32:43 +0100 Subject: [PATCH] Elastic: Fix kolab_notes addon in mail preview --- plugins/kolab_notes/kolab_notes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_notes/kolab_notes.php b/plugins/kolab_notes/kolab_notes.php index e715cecb..6b55f642 100644 --- a/plugins/kolab_notes/kolab_notes.php +++ b/plugins/kolab_notes/kolab_notes.php @@ -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;