summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-20 21:24:41 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-20 21:24:41 -0400
commit8c19e67dc25812b80d2faa93bdd6ec23f87cac69 (patch)
treed84d3fc87fff474c2661e90b1c4c6ccf6dc08109 /usr
parent518030b3ac5091fcd1899a97d8c10081287d1477 (diff)
downloadpfsense-8c19e67dc25812b80d2faa93bdd6ec23f87cac69.zip
pfsense-8c19e67dc25812b80d2faa93bdd6ec23f87cac69.tar.gz
Do not turn the fields red when restoring previously saved items
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_dhcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index c617c43..4799196 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -733,10 +733,10 @@ include("head.inc");
?>
<tr>
<td>
- <input autocomplete="off" name="number<?php echo $counter; ?>" type="text" class="formfldalias" id="number<?php echo $counter; ?>" size="30" value="<?=htmlspecialchars($number);?>" />
+ <input autocomplete="off" name="number<?php echo $counter; ?>" type="text" class="formfld" id="number<?php echo $counter; ?>" size="30" value="<?=htmlspecialchars($number);?>" />
</td>
<td>
- <input autocomplete="off" name="value<?php echo $counter; ?>" type="text" class="formfldalias" id="value<?php echo $counter; ?>" size="30" value="<?=htmlspecialchars($value);?>" />
+ <input autocomplete="off" name="value<?php echo $counter; ?>" type="text" class="formfld" id="value<?php echo $counter; ?>" size="30" value="<?=htmlspecialchars($value);?>" />
</td>
<td>
<input type="image" src="/themes/<?echo $g['theme'];?>/images/icons/icon_x.gif" onclick="removeRow(this); return false;" value="Delete" />
OpenPOWER on IntegriCloud