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
This commit is contained in:
David Mudrak 2010-06-25 17:20:03 +00:00
parent 59a31596d4
commit b1b84d503d
3 changed files with 1 additions and 5 deletions

View file

@ -22,7 +22,7 @@ $strletter = get_string('letter', 'grades');
/// Add settings for this module to the $settings object (it's already defined) /// 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'), $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'), $settings->add(new admin_setting_configcheckbox('grade_report_quickgrading', get_string('quickgrading', 'grades'),
get_string('quickgrading_help', 'grades'), 1)); get_string('quickgrading_help', 'grades'), 1));

View file

@ -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['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['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['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['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['contract'] = 'Contract Category';
$string['controls'] = 'Controls'; $string['controls'] = 'Controls';

View file

@ -1,2 +0,0 @@
<h1>Students per page</h1>
<p>The number of students to display per page in the grader report.</p>