mirror of https://github.com/aredn/aredn.git
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:
parent
8ec57de248
commit
b29ecbdbe2
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue