corrected slight color mismatch

This commit is contained in:
Holger Bauer 2005-06-01 06:04:33 +00:00
parent d3fd924815
commit d039397596

View File

@ -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";