-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.1, 2.8.7, 2.9.1
-
MOODLE_25_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
wip-
MDL-41650-master -
tag/manage.php
163: echo $OUTPUT->notification($err_notice, 'red');
166: echo $OUTPUT->notification($notice, 'green');
These lines should use 'notifyproblem' in place of 'red' and 'notifysuccess' in place of 'green'.
It's possible this is the one and only use of the classes red and green in core Moodle, so perhaps they should simply be removed from the CSS at the same time?