mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
gradebook MDL-22522 made the nav drop down on the scales page remember the currently selected page
This commit is contained in:
parent
e80783f2c5
commit
cb0336e91a
@ -155,7 +155,7 @@ if ($scales = grade_scale::fetch_all_global()) {
|
||||
|
||||
|
||||
if ($courseid) {
|
||||
print_grade_page_head($courseid, 'scale', null, get_string('coursescales', 'grades'));
|
||||
print_grade_page_head($courseid, 'scale', 'scale', get_string('coursescales', 'grades'));
|
||||
}
|
||||
|
||||
echo $OUTPUT->heading($strcustomscales, 3, 'main');
|
||||
|
Loading…
x
Reference in New Issue
Block a user