MDL-74235 core: Update core uses of activity icons to monologo
This commit is contained in:
+2
-2
@@ -207,9 +207,9 @@ if ($mform->is_cancelled()) {
|
||||
echo $OUTPUT->header();
|
||||
|
||||
if (get_string_manager()->string_exists('modulename_help', $module->name)) {
|
||||
echo $OUTPUT->heading_with_help($pageheading, 'modulename', $module->name, 'icon');
|
||||
echo $OUTPUT->heading_with_help($pageheading, 'modulename', $module->name, 'monologo');
|
||||
} else {
|
||||
echo $OUTPUT->heading_with_help($pageheading, '', $module->name, 'icon');
|
||||
echo $OUTPUT->heading_with_help($pageheading, '', $module->name, 'monologo');
|
||||
}
|
||||
|
||||
$mform->display();
|
||||
|
||||
Reference in New Issue
Block a user