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)
$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));