Change AdvConfig Warning Banner

Change the Advanced Configuration warning banner: slightly wider to 
distinguish from Alerts banner, add WARNING and make text color pure 
white for contrast.
This commit is contained in:
Steve Lewis AB7PA 2020-08-24 07:07:47 -07:00 committed by Joe AE6XE
parent 8ec57de248
commit b29ecbdbe2
1 changed files with 30 additions and 30 deletions

View File

@ -278,7 +278,7 @@ html_header("$node Advanced Configuration", 1);
print "<body><center>\n"; print "<body><center>\n";
alert_banner(); alert_banner();
print "<div style=\"padding:5px;background-color:#FF0000;border:1px solid #ccc;width:600px;\">Changing these advanced settings can be harmful to the stability, security, and performance of this node and potentially the entire mesh network.<br><strong>You should only continue if you are sure of what you are doing.</strong></a></div>\n"; print "<div style=\"padding:5px;background-color:#FF0000;color:#FFFFFF;width:650px;\"><strong>WARNING:</strong> Changing advanced settings can be harmful to the stability, security, and performance of this node and potentially the entire mesh network.<br><strong>You should only continue if you are sure of what you are doing.</strong></div>\n";
print "<form method=post action=advancedconfig enctype='multipart/form-data'>\n"; print "<form method=post action=advancedconfig enctype='multipart/form-data'>\n";
print "<table width=790>\n"; print "<table width=790>\n";
print "<tr><td>\n"; print "<tr><td>\n";