MDL-41622 workshop mod: fix page heading levels.
Also, changing couple of the sub header to use notification, which is more appropriate.
This commit is contained in:
@@ -60,6 +60,7 @@ $PAGE->navbar->add(get_string('switchingphase', 'workshop'));
|
||||
// Output starts here
|
||||
//
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(format_string($workshop->name));
|
||||
echo $OUTPUT->confirm(get_string('switchphase' . $phase . 'info', 'workshop'),
|
||||
new moodle_url($PAGE->url, array('confirm' => 1)), $workshop->view_url());
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
Reference in New Issue
Block a user