Add (elastic-compatible) classes for zipdownload menu items

pull/6040/head
Aleksander Machniak 7 years ago
parent 69f50b122d
commit 830a50f1ce

@ -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',
)));
}

Loading…
Cancel
Save