mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Adding the environmentbox class to the box.
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
5a9f70b25f
commit
cc60cd9bf4
1 changed files with 2 additions and 2 deletions
|
@ -234,12 +234,12 @@ function print_moodle_environment($result, $environment_results) {
|
||||||
|
|
||||||
/// And feedback accumulated text
|
/// And feedback accumulated text
|
||||||
if ($feedbacktext) {
|
if ($feedbacktext) {
|
||||||
print_simple_box('<ul>'.$feedbacktext.'</ul>', 'center', '90%');
|
print_simple_box('<ul>'.$feedbacktext.'</ul>', 'center', '90%', '', '', 'environmentbox generalbox');
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Finally, if any error has happened, print the summary box
|
/// Finally, if any error has happened, print the summary box
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
print_simple_box($strenvironmenterrortodo, 'center', '', '', '', 'errorbox');
|
print_simple_box($strenvironmenterrortodo, 'center', '', '', '', 'environmentbox errorbox');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue