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

This commit is contained in:
apsdehal
2015-07-19 20:23:35 +08:00
committed by Marina Glancy
parent 7fa73576b5
commit b6852df791
+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