correct color for AST message

This commit is contained in:
Jean Sorgemoel 2018-08-06 23:13:57 +02:00
parent 27f2c50323
commit eac03fb61b

View file

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