From b6852df7919665231bc4d56fe44151c6e37137c3 Mon Sep 17 00:00:00 2001 From: apsdehal Date: Tue, 28 Jan 2014 21:25:45 +0530 Subject: [PATCH] MDL-41650 Tags: Changed css classes of errors and success notice --- tag/manage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tag/manage.php b/tag/manage.php index 8f2636997e8..deccb47f77e 100644 --- a/tag/manage.php +++ b/tag/manage.php @@ -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