MDL-73848 administration: Fix the breadcrumbs and nav highlights

Create or update the breadcrumbs in the site administration
pages where it is required.
Highlight the corresponding site adminstration tab.
Highlight the primary nav to Site administration when user
is navigating to any of the site administration pages.

Also changed the boostnavbar so that the nodes in the secondary
navigation are not shown in the breadcrumbs when user is in site
administration page.
This commit is contained in:
Sujith Haridasan
2022-03-25 17:44:47 +08:00
committed by Jun Pataleta
parent 34ce1463cc
commit aa1c2e2382
61 changed files with 187 additions and 13 deletions
+2
View File
@@ -52,6 +52,8 @@ $pageurl = new moodle_url('/admin/plugins.php', $pageparams);
$pluginman = core_plugin_manager::instance();
$PAGE->set_primary_active_tab('siteadminnode');
if ($uninstall) {
if (!$confirmed) {