mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Started a Grades page for grades settings
This commit is contained in:
parent
9e7a3d4298
commit
18536f768f
@ -48,7 +48,7 @@ $temp->add(new admin_setting_special_backupsaveto());
|
||||
$ADMIN->add('courses', $temp);
|
||||
|
||||
// new CFG variable for coursemanager (what roles to display)
|
||||
$temp = new admin_settingpage('gradeexport', get_string('gradeexport', 'admin'));
|
||||
$temp = new admin_settingpage('grades', get_string('grades'));
|
||||
$temp->add(new admin_setting_special_gradeexport());
|
||||
$ADMIN->add('courses', $temp);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user