MDL-74235 core: Update core uses of activity icons to monologo

This commit is contained in:
Andrew Nicols
2022-04-07 12:56:14 +08:00
parent eb0a95956f
commit 4b388fc239
43 changed files with 141 additions and 93 deletions
+2 -2
View File
@@ -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();