summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-04 23:07:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-04 23:07:21 +0000
commit3d15b7040fe56a65a6e6e2718fd3967c305a49ae (patch)
tree433baf17f2fa82b6dfee33066188d09ee15ee388 /usr
parent10f21e70786eb856b6a34dd5089bad3e8aeda43d (diff)
downloadpfsense-3d15b7040fe56a65a6e6e2718fd3967c305a49ae.zip
pfsense-3d15b7040fe56a65a6e6e2718fd3967c305a49ae.tar.gz
text -> checkbox
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index cf8e9d4..23e6bf5 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -399,7 +399,7 @@ function sourcesel_change() {
<tr>
<td width="22%" valign="top" class="vncell">No XMLRPC Sync</td>
<td width="78%" class="vtable">
- <input name="nosync" type="text" class="formfld" id="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>>
+ <input name="nosync" type="checkbox" class="formfld" id="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud