summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-26 00:31:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-26 00:31:27 +0000
commit3ea05ff4dbd8a7e85bfd59a440dcc2c5075df276 (patch)
treec798c7b8fc7620737caec14b5870b29c52eb8d53 /usr
parent0de811c796fb4297353b7d08ec62bc0c69fe4fde (diff)
downloadpfsense-3ea05ff4dbd8a7e85bfd59a440dcc2c5075df276.zip
pfsense-3ea05ff4dbd8a7e85bfd59a440dcc2c5075df276.tar.gz
MFC 9581
Fix description field being to far to the right if you aren't using static ports
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_nat_out.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 8cc8986..3c1e0cf 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -313,9 +313,9 @@ include("head.inc");
<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 "<CENTER>*</CENTER>";
+ echo "<CENTER>YES</CENTER>";
else
- echo "&nbsp;";
+ echo "<CENTER>NO</CENTER>";
?>
</td>
<td class="listbg" onClick="fr_toggle(<?=$nnats;?>)" ondblclick="document.location='firewall_nat_out_edit.php?id=<?=$nnats;?>';">
OpenPOWER on IntegriCloud