From: Andrew Davis <andrew@affinitysoftware.net>
Date: Fri, 20 Nov 2009 01:53:01 +0000 (+0000)
Subject: roles MDL-20686 Provided a convenient breadcrumb link back to the category from the... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6b2226c96cf15eb9416583a19bc611094d135abc;p=moodle.git

roles MDL-20686 Provided a convenient breadcrumb link back to the category from the category role assignment screen
---

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();