mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Rename to inputerrorsleft and right
This commit is contained in:
parent
a1581a8f00
commit
f68d11ec85
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user