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:
Rossiani Wijaya
2013-09-17 12:44:25 +08:00
parent 83f26f6407
commit 764d7ba9b4
10 changed files with 23 additions and 14 deletions
+1
View File
@@ -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();