From 616fb016a29dc44b6221bd9246c2d1d945277613 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 20 Nov 2009 01:59:46 +0000 Subject: [PATCH] roles MDL-20686 Provided a convenient breadcrumb link back to the category from the category role assignment screen --- admin/roles/tabs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/roles/tabs.php b/admin/roles/tabs.php index 929f453087..d97d39a455 100755 --- a/admin/roles/tabs.php +++ b/admin/roles/tabs.php @@ -75,7 +75,7 @@ if ($currenttab != 'update') { $PAGE->navbar->add($strcategories, new moodle_url($CFG->wwwroot.'/course/index.php'), navigation_node::TYPE_SETTING); $PAGE->navbar->add($category->name, new moodle_url($CFG->wwwroot.'/course/category.php', array('id'=>$category->id)), navigation_node::TYPE_SETTING); - $PAGE->navbar->add(get_string("roles"), null, navigation_node::TYPE_SETTING); + $PAGE->navbar->add(get_string("roles")); $PAGE->set_title($title); $PAGE->set_heading("$SITE->fullname: $strcourses"); echo $OUTPUT->header(); -- 2.39.5