summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-30 00:11:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-30 00:11:22 +0000
commitf68d11ec85b5f4b3f692d1bfe0f5d41ca4a2fe75 (patch)
tree7171c799b2bfaee691e78a5c641820307ce6c674 /usr
parenta1581a8f004b9b4741103d0bee28e63e23a2b4e5 (diff)
downloadpfsense-f68d11ec85b5f4b3f692d1bfe0f5d41ca4a2fe75.zip
pfsense-f68d11ec85b5f4b3f692d1bfe0f5d41ca4a2fe75.tar.gz
Rename to inputerrorsleft and right
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc4
-rw-r--r--usr/local/www/themes/metallic/all.css4
-rw-r--r--usr/local/www/themes/nervecenter/all.css4
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css4
-rw-r--r--usr/local/www/themes/pfsense/all.css4
-rw-r--r--usr/local/www/themes/the_wall/all.css4
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) {
<p>
<table border="0" cellspacing="0" cellpadding="4" width="100%">
<tr>
- <td class="alertboxleft">
+ <td class="inputerrorsleft">
<img src="./themes/{$g['theme']}/images/icons/icon_error.gif" width="28" height="32">
</td>
- <td class="alertboxright">
+ <td class="inputerrorsright">
<span class="errmsg"><p>
The following input errors were detected:
<ul>
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;
OpenPOWER on IntegriCloud