correct color for AST message
This commit is contained in:
parent
27f2c50323
commit
eac03fb61b
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ if (file_exists($cfgfile)) {
|
|||
} else if ( $type == 'STT') {
|
||||
$fond = "bgcolor=\"Yellow\"";
|
||||
} else if ( $type == 'AST') {
|
||||
$fond = "bgcolor=\"Yellow\"";
|
||||
$fond = "bgcolor=\"Tomato\"";
|
||||
} else if ( $type == 'UKN') {
|
||||
$fond = "bgcolor=\"Tomato\"";
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue