MDL-41650 Tags: Changed css classes of errors and success notice

This commit is contained in:
apsdehal
2015-07-19 20:23:53 +08:00
committed by Marina Glancy
parent cecc0eb211
commit e2c7d95dc4
+2 -2
View File
@@ -156,10 +156,10 @@ switch($action) {
}
if ($err_notice) {
echo $OUTPUT->notification($err_notice, 'red');
echo $OUTPUT->notification($err_notice, 'notifyproblem');
}
if ($notice) {
echo $OUTPUT->notification($notice, 'green');
echo $OUTPUT->notification($notice, 'notifysuccess');
}
// small form to add an official tag