summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-03 04:47:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-03 04:47:36 +0000
commitf5350b1e43d6acbc64e155ae9ad64ad6547d2b63 (patch)
tree2d62e9ab8589c4195f1ad8691a87939fbe6122c8 /usr
parentb2de223876a7d039e7a912ab88e888618ce353ad (diff)
downloadpfsense-f5350b1e43d6acbc64e155ae9ad64ad6547d2b63.zip
pfsense-f5350b1e43d6acbc64e155ae9ad64ad6547d2b63.tar.gz
texbox -> 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 060f061..228aa04 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -396,7 +396,7 @@ function sourcesel_change() {
</tr>
<tr>
<td>Static-port:&nbsp;&nbsp;</td>
- <td><input name="staticnatport" type="text" class="formfld" id="staticnatport" size="5" value="<?=htmlspecialchars($pconfig['staticnatport']);?>"></td>
+ <td><input name="staticnatport" type="checkbox" class="formfld" id="staticnatport" size="5"<?php if($pconfig['staticnatport']) echo " CHECKED";?>></td>
</tr>
<tr><td>&nbsp;</td><td>
<span class="vexpl">Enter the source port for the outbound NAT mapping.</span>
OpenPOWER on IntegriCloud