MDL-9628 Reverting to using gradebook plugin module names in navigation

This commit is contained in:
nicolasconnault
2007-08-01 07:41:13 +00:00
parent ed3cdf07fc
commit fafe1cd23e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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,