mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
roles MDL-20686 Provided a convenient breadcrumb link back to the category from the category role assignment screen
This commit is contained in:
parent
6b2226c96c
commit
616fb016a2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue