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
+2 -1
View File
@@ -74,7 +74,8 @@ if ($mform->is_cancelled()) {
// Output starts here
echo $OUTPUT->header();
echo $OUTPUT->heading(get_string('pluginname', 'workshopform_' . $workshop->strategy));
echo $OUTPUT->heading(format_string($workshop->name));
echo $OUTPUT->heading(get_string('pluginname', 'workshopform_' . $workshop->strategy), 3);
$mform->display();