mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Added crumb trail items for edit page
This commit is contained in:
@@ -53,7 +53,7 @@ $data = get_object_vars($outage);
|
||||
$data['description'] = ['text' => $data['description'], 'format' => '1'];
|
||||
$mform->set_data($data);
|
||||
|
||||
|
||||
$PAGE->navbar->add($outage->title);
|
||||
echo $OUTPUT->header();
|
||||
echo $renderer->rendersubtitle('modifyoutage');
|
||||
$mform->display();
|
||||
|
||||
Reference in New Issue
Block a user