mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
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:
parent
59a31596d4
commit
b1b84d503d
3 changed files with 1 additions and 5 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue