From b1b84d503d1d3358c7ab2952cf1f4db8a97fa794 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 25 Jun 2010 17:20:03 +0000 Subject: [PATCH] MDL-21695 Replaced grade/studentsperpage.html AMOS BEGIN MOV [configstudentsperpage,core_grades],[studentsperpage_help,core_grades] HLP grade/studentsperpage.html,[studentsperpage_help,core_grades] AMOS END --- grade/report/grader/settings.php | 2 +- lang/en/grades.php | 2 -- lang/en/help/grade/studentsperpage.html | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 lang/en/help/grade/studentsperpage.html diff --git a/grade/report/grader/settings.php b/grade/report/grader/settings.php index 8db415b7f08..1e694d27def 100644 --- a/grade/report/grader/settings.php +++ b/grade/report/grader/settings.php @@ -22,7 +22,7 @@ $strletter = get_string('letter', 'grades'); /// Add settings for this module to the $settings object (it's already defined) $settings->add(new admin_setting_configtext('grade_report_studentsperpage', get_string('studentsperpage', 'grades'), - get_string('configstudentsperpage', 'grades'), 100)); + get_string('studentsperpage_help', 'grades'), 100)); $settings->add(new admin_setting_configcheckbox('grade_report_quickgrading', get_string('quickgrading', 'grades'), get_string('quickgrading_help', 'grades'), 1)); diff --git a/lang/en/grades.php b/lang/en/grades.php index 6bc731f977e..6c36372fac7 100755 --- a/lang/en/grades.php +++ b/lang/en/grades.php @@ -130,8 +130,6 @@ $string['confighideforcedsettings'] = 'Do not show forced settings in grading UI $string['configincludescalesinaggregation'] = 'You can change whether scales are to be included as numbers in all aggregated grades across all gradebooks in all courses. CAUTION: changing this setting will force all aggregated grades to be recalculated.'; $string['configprofilereport'] = 'Grade report used on user profile page.'; $string['configshowuserimage'] = 'Whether to show the user\'s profile image next to the name in the grader report.'; -$string['configstudentsperpage'] = 'The number of students to display per page in the grader report.'; -$string['configstudentsperpagedefault'] = 'The number of students to display per page in the grader report. Leave this field empty to use the site default (currently {$a}).'; $string['configunlimitedgrades'] = 'By default grades are limited by the maximum and minimum values of the grade item. Enabling this setting removes this limit, and allows grades of over 100% to be entered directly in the gradebook. It is recommended that this setting is enabled at an off-peak time, as all grades will be recalculated, which may result in a high server load.'; $string['contract'] = 'Contract Category'; $string['controls'] = 'Controls'; diff --git a/lang/en/help/grade/studentsperpage.html b/lang/en/help/grade/studentsperpage.html deleted file mode 100644 index 0da817d4539..00000000000 --- a/lang/en/help/grade/studentsperpage.html +++ /dev/null @@ -1,2 +0,0 @@ -

Students per page

-

The number of students to display per page in the grader report.