diff --git a/lam/graphics/error.png b/lam/graphics/error.png index cc7830e2..1de7a6fd 100644 Binary files a/lam/graphics/error.png and b/lam/graphics/error.png differ diff --git a/lam/graphics/info.png b/lam/graphics/info.png index 757e599d..96642db7 100644 Binary files a/lam/graphics/info.png and b/lam/graphics/info.png differ diff --git a/lam/graphics/warn.png b/lam/graphics/warn.png index d6f2306d..d83f3491 100644 Binary files a/lam/graphics/warn.png and b/lam/graphics/warn.png differ diff --git a/lam/lib/status.inc b/lam/lib/status.inc index 64310e85..dec0cdba 100644 --- a/lam/lib/status.inc +++ b/lam/lib/status.inc @@ -70,10 +70,10 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText='',$MessageVari $MessageText = parseMessageString($MessageText); if (is_file("../graphics/error.png")) { - $MessageTyp = "\"""; + $MessageTyp = "  \"""; } else { - $MessageTyp = "\"""; + $MessageTyp = "  \"""; } $MessageHeadline = "

" . $MessageHeadline . "

"; // Format $MessageHeadline