From 830a50f1ce513e79efb3ad175cd1faca4e3732e0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 6 Aug 2017 19:47:26 +0200 Subject: [PATCH] Add (elastic-compatible) classes for zipdownload menu items --- plugins/zipdownload/zipdownload.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/zipdownload/zipdownload.php b/plugins/zipdownload/zipdownload.php index bed92fd25..401a3094e 100644 --- a/plugins/zipdownload/zipdownload.php +++ b/plugins/zipdownload/zipdownload.php @@ -111,7 +111,8 @@ class zipdownload extends rcube_plugin $menu[] = html::tag('li', null, $rcmail->output->button(array( 'command' => "download-$type", 'label' => "zipdownload.download$type", - 'classact' => 'active', + 'class' => "download $type", + 'classact' => "download $type active", 'type' => 'link', ))); }