mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
corrected slight color mismatch
This commit is contained in:
parent
d3fd924815
commit
d039397596
@ -131,7 +131,7 @@ function do_input_validation($postdata, $reqdfields, $reqdfieldsn, $input_errors
|
||||
|
||||
function print_input_errors($input_errors) {
|
||||
echo "<p><table border=\"0\" cellspacing=\"0\" cellpadding=\"4\" width=\"100%\">\n";
|
||||
echo "<tr><td bgcolor=\"#A12A2A\" width=\"36\" align=\"center\" valign=\"top\"><img src=\"/err.gif\" width=\"28\" height=\"32\"></td>\n";
|
||||
echo "<tr><td bgcolor=\"#990000\" width=\"36\" align=\"center\" valign=\"top\"><img src=\"/err.gif\" width=\"28\" height=\"32\"></td>\n";
|
||||
echo "<td bgcolor=\"#FFD9D1\" style=\"padding-left: 8px; padding-top: 6px\">";
|
||||
|
||||
echo "<span class=\"errmsg\"><p>The following input errors were detected:<ul>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user