diff --git a/admin/index.php b/admin/index.php index efe527f8d8..cebe21c8d8 100644 --- a/admin/index.php +++ b/admin/index.php @@ -251,6 +251,7 @@ if (!empty($includeHead) && file_exists($includeHead)) { $href = 'data-toggle="collapse" data-parent="#accordion" href="#collapse' . $uid . '"'; if (!empty($value->href)) { $href = 'href="' . $global['webSiteRootURL'] . 'admin/?page=' . $value->href . '"'; + $href .= ' id="page_' . $value->href . '"'; } if (!empty($_REQUEST['page']) && $_REQUEST['page'] == $value->href) { $panel = 'panel-primary'; @@ -379,4 +380,4 @@ if (!empty($includeHead) && file_exists($includeHead)) { print(); -?> \ No newline at end of file +?> diff --git a/view/include/navbarSidebar.php b/view/include/navbarSidebar.php index cff15a862f..353151f2f4 100644 --- a/view/include/navbarSidebar.php +++ b/view/include/navbarSidebar.php @@ -303,7 +303,7 @@ $tToleranceSide = 0.2;