Added crumb trail node for new outages

This commit is contained in:
Brendan Heywood
2016-09-06 17:14:16 +10:00
committed by Daniel Thee Roperto
parent a37c798949
commit 180b30fe8c

View File

@@ -43,6 +43,7 @@ if ($mform->is_cancelled()) {
redirect('/auth/outage/list.php#auth_outage_id_' . $id);
}
$PAGE->navbar->add(get_string('outagecreate', 'auth_outage'));
echo $OUTPUT->header();
$mform->display();