summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_igmpproxy_edit.php
diff options
context:
space:
mode:
authorBill Marquette <bill.marquette@gmail.com>2009-03-13 00:38:12 -0500
committerBill Marquette <bill.marquette@gmail.com>2009-03-13 01:04:26 -0500
commit6327599dc2654f2f72a38d540a2e415f04fa93a0 (patch)
tree70882455856c55fb0f54b82556bf4e886a71f743 /usr/local/www/services_igmpproxy_edit.php
parent179210b4b5b9113ed502cadeda8b15265bc133e3 (diff)
downloadpfsense-6327599dc2654f2f72a38d540a2e415f04fa93a0.zip
pfsense-6327599dc2654f2f72a38d540a2e415f04fa93a0.tar.gz
Fix CSS form fields
Diffstat (limited to 'usr/local/www/services_igmpproxy_edit.php')
-rwxr-xr-xusr/local/www/services_igmpproxy_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_igmpproxy_edit.php b/usr/local/www/services_igmpproxy_edit.php
index a84a1c2..be776ce 100755
--- a/usr/local/www/services_igmpproxy_edit.php
+++ b/usr/local/www/services_igmpproxy_edit.php
@@ -125,7 +125,7 @@ include("head.inc");
<script type="text/javascript" src="row_helper.js">
</script>
-<input type='hidden' name='address_type' value='textbox' />
+<input type='hidden' name='address_type' value='textbox' class="formfld unknown" />
<input type='hidden' name='address_subnet_type' value='select' />
<script type="text/javascript">
@@ -199,7 +199,7 @@ include("head.inc");
<tr>
<td valign="top" class="vncell">Threshold</td>
<td class="vtable">
- <input name="threshold" class="formselect" id="threshold" value="<?php echo $pconfig['threshold'];?>">
+ <input name="threshold" class="formfld unknown" id="threshold" value="<?php echo $pconfig['threshold'];?>">
<br />
<span class="vexpl">
Defines the TTL threshold for the network interface. Packets
OpenPOWER on IntegriCloud