MDL-9628 Reverting to using gradebook plugin module names in navigation
This commit is contained in:
@@ -65,7 +65,7 @@ $USER->grade_last_report[$course->id] = 'grader';
|
||||
$strgrades = get_string('grades');
|
||||
$reportname = get_string('modulename', 'gradereport_grader');
|
||||
|
||||
$navigation = grade_build_nav(__FILE__, get_string('grader', 'grades'), $courseid);
|
||||
$navigation = grade_build_nav(__FILE__, $reportname, $courseid);
|
||||
|
||||
/// Build editing on/off buttons
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ $USER->grade_last_report[$course->id] = 'user';
|
||||
$strgrades = get_string('grades');
|
||||
$reportname = get_string('modulename', 'gradereport_user');
|
||||
|
||||
$navigation = grade_build_nav(__FILE__, get_string('user', 'grades'), $courseid);
|
||||
$navigation = grade_build_nav(__FILE__, $reportname, $courseid);
|
||||
|
||||
/// Print header
|
||||
print_header_simple($strgrades.': '.$reportname, ': '.$strgrades, $navigation,
|
||||
|
||||
Reference in New Issue
Block a user