summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-03 05:14:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-03 05:14:12 +0000
commit5d8b0205dc7baa87b67971079311fc17f2358b88 (patch)
treed68138a6a92d46c953452b8951aaf08772463e29 /usr/local/www/firewall_nat_out.php
parent33bcfdf0e49d32dfbd2c9109082b6f73fee0ac0a (diff)
downloadpfsense-5d8b0205dc7baa87b67971079311fc17f2358b88.zip
pfsense-5d8b0205dc7baa87b67971079311fc17f2358b88.tar.gz
Include static port
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index fd83c53..c969885 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -244,7 +244,8 @@ include("head.inc");
<td width="20%" class="listhdrr">Destination</td>
<td width="20%" class="listhdrr">Destination Port</td>
<td width="20%" class="listhdrr">NAT Address</td>
- <td width="20%" class="listhdrr">NAT Port</td>
+ <td width="10%" class="listhdrr">NAT Port</td>
+ <td width="10%" class="listhdrr">Static Port</td>
<td width="25%" class="listhdr">Description</td>
<td width="5%" class="list"></td>
</tr>
@@ -297,8 +298,15 @@ include("head.inc");
echo "*";
else
echo $natent['sourceport'];
- ?>
+ ?>
+ </td>
+
+ <td class="listr" onClick="fr_toggle(<?=$nnats;?>)" id="frd<?=$nnats;?>" ondblclick="document.location='firewall_nat_out_edit.php?id=<?=$nnats;?>';">
+ <?php
+ if(isset($natent['staticnatport'])) echo "*";
+ ?>
</td>
+
<td class="listbg" onClick="fr_toggle(<?=$nnats;?>)" ondblclick="document.location='firewall_nat_out_edit.php?id=<?=$nnats;?>';">
<font color="#FFFFFF"><?=htmlspecialchars($natent['descr']);?>&nbsp;
</td>
OpenPOWER on IntegriCloud