mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
Merge branch 'MDL-78587' of https://github.com/paulholden/moodle
This commit is contained in:
commit
5d1a115c64
28 changed files with 88 additions and 103 deletions
|
@ -116,8 +116,6 @@ echo $OUTPUT->render_participants_tertiary_nav($course, html_writer::div($enrolb
|
|||
'data-table-uniqueid' => $participanttable->uniqueid,
|
||||
]));
|
||||
|
||||
echo $OUTPUT->heading(get_string('enrolledusers', 'enrol'));
|
||||
|
||||
$filterset = new \core_user\table\participants_filterset();
|
||||
$filterset->add_filter(new integer_filter('courseid', filter::JOINTYPE_DEFAULT, [(int)$course->id]));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue