Fix description field being to far to the right if you aren't using
static ports
This commit is contained in:
Scott Ullrich 2006-01-26 00:31:27 +00:00
parent 0de811c796
commit 3ea05ff4db

View File

@ -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;?>';">