From: stronk7 Date: Sun, 18 Mar 2007 19:20:40 +0000 (+0000) Subject: Adding the environmentbox class to the box. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cc60cd9bf4be6be9ba72ca5326c92062ae0ddc8d;p=moodle.git Adding the environmentbox class to the box. Merged from MOODLE_18_STABLE --- diff --git a/lib/environmentlib.php b/lib/environmentlib.php index 4c961e492b..d94724b4c6 100644 --- a/lib/environmentlib.php +++ b/lib/environmentlib.php @@ -234,12 +234,12 @@ function print_moodle_environment($result, $environment_results) { /// And feedback accumulated text if ($feedbacktext) { - print_simple_box('', 'center', '90%'); + print_simple_box('', 'center', '90%', '', '', 'environmentbox generalbox'); } /// Finally, if any error has happened, print the summary box if (!$result) { - print_simple_box($strenvironmenterrortodo, 'center', '', '', '', 'errorbox'); + print_simple_box($strenvironmenterrortodo, 'center', '', '', '', 'environmentbox errorbox'); } }