This code must come after natent is defined or the style will never be applied. Ticket #1073

This commit is contained in:
Erik Fonnesbeck 2010-12-08 22:12:21 -07:00
parent 1634524df7
commit 35aa4df3f0

View File

@ -115,14 +115,14 @@ include("head.inc");
</td>
</tr>
<?php
$textse = "</span>";
$i = 0; foreach ($a_1to1 as $natent):
if (isset($natent['disabled']))
$textss = "<span class=\"gray\">";
else
$textss = "<span>";
$textse = "</span>";
$i = 0; foreach ($a_1to1 as $natent): ?>
$textss = "<span>"; ?>
<tr>
<td class="listlr" ondblclick="document.location='firewall_nat_1to1_edit.php?id=<?=$i;?>';">
<?php