MDL-15846 add option to prevent course welcome emails + support for searching in enrolment page

This commit is contained in:
skodak 2008-07-26 16:50:33 +00:00
parent 8eb1d25ffe
commit fb8634e50c
5 changed files with 98 additions and 3 deletions

View file

@ -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'));