Use type="link" for help task button

pull/5838/head
Aleksander Machniak 9 years ago
parent debb6e3a30
commit 19ae87957f

@ -48,6 +48,7 @@ class help extends rcube_plugin
'classsel' => 'button-help button-selected',
'innerclass' => 'button-inner',
'label' => 'help.help',
'type' => 'link',
), 'taskbar');
$this->include_script('help.js');

Loading…
Cancel
Save