Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-08-06 20:47:26 +0300
committerAleksander Machniak <alec@alec.pl>2017-08-06 20:47:26 +0300
commit830a50f1ce513e79efb3ad175cd1faca4e3732e0 (patch)
tree9c4898868805f096b5dc4b4b2ac47e6cedaa8758 /plugins
parent69f50b122d62ebdcdbe708c78daaf9d8483fddb4 (diff)
Add (elastic-compatible) classes for zipdownload menu items
Diffstat (limited to 'plugins')
-rw-r--r--plugins/zipdownload/zipdownload.php3
1 files changed, 2 insertions, 1 deletions
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',
)));
}