mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-71795-master' of git://github.com/ferranrecio/moodle
This commit is contained in:
commit
8b7fb0f7ab
11 changed files with 151 additions and 17 deletions
|
@ -87,7 +87,7 @@ $bulkoperations = has_capability('moodle/course:bulkmessaging', $context);
|
|||
|
||||
$PAGE->set_title("$course->shortname: ".get_string('participants'));
|
||||
$PAGE->set_heading($course->fullname);
|
||||
$PAGE->set_pagetype('course-view-' . $course->format);
|
||||
$PAGE->set_pagetype('course-view-participants');
|
||||
$PAGE->set_docs_path('enrol/users');
|
||||
$PAGE->add_body_class('path-user'); // So we can style it independently.
|
||||
$PAGE->set_other_editing_capability('moodle/course:manageactivities');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue