From 19ae87957f1bbbc4f9104a6de98565dcaa3668fa Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 13 Jan 2017 11:38:40 +0100 Subject: [PATCH] Use type="link" for help task button --- plugins/help/help.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/help/help.php b/plugins/help/help.php index 029ab97cf..21f39f4b1 100644 --- a/plugins/help/help.php +++ b/plugins/help/help.php @@ -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');