diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php
index 1f24d4b50..0448a8d43 100644
--- a/e107_core/shortcodes/batch/admin_shortcodes.php
+++ b/e107_core/shortcodes/batch/admin_shortcodes.php
@@ -2288,7 +2288,7 @@ Inverse 10 10
$diz = MENLAN_58;
- $caption .= "toAttribute($diz)."\">".ADMIN_INFO_ICON."";
+ $caption .= "toAttribute($diz)."\">".ADMIN_INFO_ICON."";
return e107::getNav()->admin($caption,$action, $var);
diff --git a/e107_core/templates/admin_icons_template.php b/e107_core/templates/admin_icons_template.php
index 5b1f15642..9b961132d 100644
--- a/e107_core/templates/admin_icons_template.php
+++ b/e107_core/templates/admin_icons_template.php
@@ -463,7 +463,7 @@ define("E_32_TRUE", "");
define("ADMIN_ADD_ICON", "");
- define("ADMIN_INFO_ICON", "");
+ define("ADMIN_INFO_ICON", "");
define("ADMIN_CONFIGURE_ICON", "");
define("ADMIN_VIEW_ICON", "");
define("ADMIN_URL_ICON", "");
diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css
index e25a93405..5d7dbb120 100644
--- a/e107_themes/bootstrap3/admin_style.css
+++ b/e107_themes/bootstrap3/admin_style.css
@@ -88,6 +88,11 @@ right: 5px; }
body#admin-menus #sc-admin-help { position: relative }
+.admin-menu .panel-title .e-help-icon a {
+display: inline-block;
+vertical-align: middle;
+cursor: help;
+}
/* TODO - use col-xx-x markup where core-mainpanel-block occurs. ? */