MDL-40829: courses heading: remove 'headerblock' class from header and fix heading levels

This commit is contained in:
Rossiani Wijaya 2013-09-05 13:37:29 +08:00 committed by Dan Poltawski
parent 62b35d5852
commit 278d64572d
28 changed files with 22 additions and 132 deletions

View file

@ -90,7 +90,7 @@ if ($tag->flag > 0 && has_capability('moodle/tag:manage', $systemcontext)) {
$tagname = '<span class="flagged-tag">' . $tagname . '</span>';
}
echo $OUTPUT->heading($tagname, 2, 'headingblock header tag-heading');
echo $OUTPUT->heading($tagname, 2);
tag_print_management_box($tag);
tag_print_description_box($tag);
// Check what type of results are avaialable