new status images
This commit is contained in:
parent
ed37d9f7cf
commit
d569fc3528
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -70,10 +70,10 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText='',$MessageVari
|
|||
$MessageText = parseMessageString($MessageText);
|
||||
|
||||
if (is_file("../graphics/error.png")) {
|
||||
$MessageTyp = "<img src=\"../graphics/" . strtolower($MessageTyp) . ".png\" alt=\"" . $MessageTyp . "\" width=\"50\" height=\"50\">";
|
||||
$MessageTyp = " <img src=\"../graphics/" . strtolower($MessageTyp) . ".png\" alt=\"" . $MessageTyp . "\" width=\"32\" height=\"32\">";
|
||||
}
|
||||
else {
|
||||
$MessageTyp = "<img src=\"../../graphics/" . strtolower($MessageTyp) . ".png\" alt=\"" . $MessageTyp . "\" width=\"50\" height=\"50\">";
|
||||
$MessageTyp = " <img src=\"../../graphics/" . strtolower($MessageTyp) . ".png\" alt=\"" . $MessageTyp . "\" width=\"32\" height=\"32\">";
|
||||
}
|
||||
|
||||
$MessageHeadline = "<h2 " . $class . ">" . $MessageHeadline . "</h2>"; // Format $MessageHeadline
|
||||
|
|
Loading…
Reference in New Issue