removed the hard coded color for .errorbox and .errorboxcontent. see bug 3522

This commit is contained in:
urs_hunkler 2005-08-09 09:25:20 +00:00
parent 817d4db463
commit 145d63422b

View File

@ -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) ) {