mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-15846 add option to prevent course welcome emails + support for searching in enrolment page
This commit is contained in:
parent
8eb1d25ffe
commit
fb8634e50c
5 changed files with 98 additions and 3 deletions
|
@ -9,7 +9,7 @@ if ($hassiteconfig
|
|||
|
||||
$ADMIN->add('courses', new admin_externalpage('coursemgmt', get_string('coursemgmt', 'admin'), $CFG->wwwroot . '/course/index.php?categoryedit=on','moodle/category:update'));
|
||||
|
||||
$ADMIN->add('courses', new admin_externalpage('enrolment', get_string('enrolments'), $CFG->wwwroot . '/'.$CFG->admin.'/enrol.php'));
|
||||
$ADMIN->add('courses', new admin_enrolment_page());
|
||||
|
||||
// "courserequests" settingpage
|
||||
$temp = new admin_settingpage('courserequest', get_string('courserequest'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue