From 89f110866f19bb2778e13b86f157ad0e576b31d1 Mon Sep 17 00:00:00 2001 From: ab7pa Date: Thu, 4 Mar 2021 10:16:40 -0700 Subject: [PATCH] Update alert banner background color Update the alert banner background color to distinguish it from the "supported hardware" messages. This makes it look more like a standard sticky note. --- files/www/cgi-bin/perlfunc.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/www/cgi-bin/perlfunc.pm b/files/www/cgi-bin/perlfunc.pm index f85c7db2..5614d51d 100644 --- a/files/www/cgi-bin/perlfunc.pm +++ b/files/www/cgi-bin/perlfunc.pm @@ -1963,8 +1963,8 @@ sub alert_banner print "
!!!! UNTESTED HARDWARE !!!!
\n"; } } - print "
AREDN Alert(s):
$aredn_message
\n" if $aredn_message; - print "
Local Alert(s):
$local_message
\n" if $local_message; + print "
AREDN Alert(s):
$aredn_message
\n" if $aredn_message; + print "
Local Alert(s):
$local_message
\n" if $local_message; #TopBanner print "";