diff --git a/module/zanode/css/browse.css b/module/zanode/css/browse.css
index 91a95a352c..e30b3b4232 100644
--- a/module/zanode/css/browse.css
+++ b/module/zanode/css/browse.css
@@ -5,3 +5,5 @@
.c-ip{width: 150px;}
.c-os {width: 120px;}
.desktop, .createImage{margin-right: 4px;}
+#helpTab .icon-help {line-height: unset;}
+#bysearchTab {margin-right: 0px;}
diff --git a/module/zanode/js/browse.js b/module/zanode/js/browse.js
index 22bd82fd2c..ea3d670380 100644
--- a/module/zanode/js/browse.js
+++ b/module/zanode/js/browse.js
@@ -3,3 +3,9 @@ if(showFeature)
/* Show features dialog. */
new $.zui.ModalTrigger({url: $.createLink('zahost', 'introduction'), type: 'iframe', width: 900, className: 'showFeatures', showHeader: false, backdrop: 'static'}).show();
}
+
+$('#helpTab').click(function()
+{
+ /* Show features dialog. */
+ new $.zui.ModalTrigger({url: $.createLink('zahost', 'introduction'), type: 'iframe', width: 900, className: 'showFeatures', showHeader: false, backdrop: 'static'}).show();
+})
diff --git a/module/zanode/view/browse.html.php b/module/zanode/view/browse.html.php
index c8e87bbf7d..0a5e0beb1c 100644
--- a/module/zanode/view/browse.html.php
+++ b/module/zanode/view/browse.html.php
@@ -22,6 +22,7 @@
createLink('zanode', 'browse'), "{$lang->zanode->all}", '', "class='btn btn-link btn-active-text'"); ?>
zanode->byQuery; ?>
+ help;?>