gradebook MDL-22522 made the nav drop down on the scales page remember the currently selected page

This commit is contained in:
Andrew Davis 2010-05-20 07:09:30 +00:00
parent e80783f2c5
commit cb0336e91a

View File

@ -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');