mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-58140 completion: Added bulk activity completion page.
Part of MDL-58138 epic
This commit is contained in:
parent
b54bcddda4
commit
0b6208018f
11 changed files with 527 additions and 0 deletions
|
@ -148,10 +148,14 @@ if ($form->is_cancelled()){
|
|||
redirect($url);
|
||||
}
|
||||
|
||||
$renderer = $PAGE->get_renderer('core_course', 'bulk_activity_completion');
|
||||
|
||||
// Print the form.
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(get_string('editcoursecompletionsettings', 'core_completion'));
|
||||
|
||||
echo $renderer->navigation($id, 'completion');
|
||||
|
||||
$form->display();
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue