summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-05-16 02:29:08 +0000
committerBill Marquette <billm@pfsense.org>2005-05-16 02:29:08 +0000
commit124b1b858ed07a26333e8ce5c71f2cdb73a45a6f (patch)
treec38c45c52f8e7623eab6c81aa7a979a585fa25ea /usr/local/www/firewall_nat_out.php
parentf449d83ebf66288c2676b12df951fd9c0b602269 (diff)
downloadpfsense-124b1b858ed07a26333e8ce5c71f2cdb73a45a6f.zip
pfsense-124b1b858ed07a26333e8ce5c71f2cdb73a45a6f.tar.gz
Ticket #6: Allow for NAT rule duplication (adv. outbound nat this round)
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index ca0adf4..058b87d 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -284,7 +284,7 @@ if (isset($_POST['del_x'])) {
</tr>
<tr>
<td><input onmouseover="fr_insline(<?=$nnats;?>, true)" onmouseout="fr_insline(<?=$nnats;?>, false)" name="move_<?=$i;?>" src="left.gif" title="move selected rules before this rule" height="17" type="image" width="17" border="0"></td>
- <!-- <billm><td><a href="firewall_nat_out_edit.php?dup=<?=$i;?>"><img src="plus.gif" title="add a new nat based on this one" width="17" height="17" border="0"></a></td><billm> -->
+ <td><a href="firewall_nat_out_edit.php?dup=<?=$i;?>"><img src="plus.gif" title="add a new nat based on this one" width="17" height="17" border="0"></a></td>
</tr>
</table>
<?php $i++; $nnats++; endforeach; ?>
OpenPOWER on IntegriCloud