mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-29719-master' of git://github.com/sammarshallou/moodle
This commit is contained in:
commit
a598a8d4b1
5 changed files with 49 additions and 4 deletions
|
@ -118,8 +118,11 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
|
|||
$ADMIN->add('appearance', $temp);
|
||||
|
||||
// coursecontact is the person responsible for course - usually manages enrolments, receives notification, etc.
|
||||
$temp = new admin_settingpage('coursecontact', get_string('coursecontact', 'admin'));
|
||||
$temp = new admin_settingpage('coursecontact', get_string('courses'));
|
||||
$temp->add(new admin_setting_special_coursecontact());
|
||||
$temp->add(new admin_setting_configcheckbox('courselistshortnames',
|
||||
get_string('courselistshortnames', 'admin'),
|
||||
get_string('courselistshortnames_desc', 'admin'), 0));
|
||||
$ADMIN->add('appearance', $temp);
|
||||
|
||||
$temp = new admin_settingpage('ajax', get_string('ajaxuse'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue