From f68d11ec85b5f4b3f692d1bfe0f5d41ca4a2fe75 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 30 Oct 2008 00:11:22 +0000 Subject: Rename to inputerrorsleft and right --- usr/local/www/guiconfig.inc | 4 ++-- usr/local/www/themes/metallic/all.css | 4 ++-- usr/local/www/themes/nervecenter/all.css | 4 ++-- usr/local/www/themes/pfsense-dropdown/all.css | 4 ++-- usr/local/www/themes/pfsense/all.css | 4 ++-- usr/local/www/themes/the_wall/all.css | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index 2eb53ea..175e728 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -236,10 +236,10 @@ function print_input_errors($input_errors) {

- -
+ +

The following input errors were detected:

    diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 853c977..c2cb283 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -4,7 +4,7 @@ html, body, td, th, input, select { font-size: 0.9em; } -.alertboxleft { +.inputerrorsleft { background-color: #990000; color: #000000; font-size: 11px; @@ -17,7 +17,7 @@ html, body, td, th, input, select { valign: center; } -.alertboxright { +.inputerrorsright { background-color: #FFD9D1; color: #000000; font-size: 11px; diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 3b3b0e1..d92ba7a 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -5,7 +5,7 @@ html, body, td, th, input, select { } -.alertboxleft { +.inputerrorsleft { background-color: #990000; color: #000000; font-size: 11px; @@ -18,7 +18,7 @@ html, body, td, th, input, select { valign: center; } -.alertboxright { +.inputerrorsright { background-color: #FFD9D1; color: #000000; font-size: 11px; diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index b549cfa..5599601 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -4,7 +4,7 @@ html, body, td, th, input, select { font-size: 0.9em; } -.alertboxleft { +.inputerrorsleft { background-color: #990000; color: #000000; font-size: 11px; @@ -17,7 +17,7 @@ html, body, td, th, input, select { valign: center; } -.alertboxright { +.inputerrorsright { background-color: #FFD9D1; color: #000000; font-size: 11px; diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index bfd23ba..b40fc0d 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -4,7 +4,7 @@ html, body, td, th, input, select { font-size: 0.9em; } -.alertboxleft { +.inputerrorsleft { background-color: #990000; color: #000000; font-size: 11px; @@ -17,7 +17,7 @@ html, body, td, th, input, select { valign: center; } -.alertboxright { +.inputerrorsright { background-color: #FFD9D1; color: #000000; font-size: 11px; diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index 111cd9f..f6046ae 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -5,7 +5,7 @@ html, body, td, th, input, select { } -.alertboxleft { +.inputerrorsleft { background-color: #990000; color: #000000; font-size: 11px; @@ -18,7 +18,7 @@ html, body, td, th, input, select { valign: center; } -.alertboxright { +.inputerrorsright { background-color: #FFD9D1; color: #000000; font-size: 11px; -- cgit v1.1