mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 11:23:06 +02:00
removed the hard coded color for .errorbox and .errorboxcontent. see bug 3522
This commit is contained in:
parent
817d4db463
commit
145d63422b
@ -3630,7 +3630,7 @@ function error ($message, $link='') {
|
||||
|
||||
$message = clean_text($message); // In case nasties are in here
|
||||
|
||||
print_simple_box($message, 'center', '', '#FFBBBB', 5, 'errorbox');
|
||||
print_simple_box($message, '', '', '', '', 'errorbox');
|
||||
|
||||
if (!$link) {
|
||||
if ( !empty($SESSION->fromurl) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user