From 6b2226c96cf15eb9416583a19bc611094d135abc Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 20 Nov 2009 01:53:01 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/roles/tabs.php b/admin/roles/tabs.php index bec62cedd6..929f453087 100755 --- a/admin/roles/tabs.php +++ b/admin/roles/tabs.php @@ -75,6 +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->set_title($title); $PAGE->set_heading("$SITE->fullname: $strcourses"); echo $OUTPUT->header(); -- 2.39.5