mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-73645 grades: Update breadcrumb nodes
This commit is contained in:
parent
1060ee827c
commit
724578a008
10 changed files with 46 additions and 18 deletions
|
@ -144,6 +144,7 @@ if ($mform->is_cancelled()) {
|
|||
}
|
||||
|
||||
$heading = $id ? get_string('editscale', 'grades') : get_string('addscale', 'grades');
|
||||
$PAGE->navbar->add($heading);
|
||||
print_grade_page_head($COURSE->id, 'scale', null, $heading, false, false, false);
|
||||
|
||||
$mform->display();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue