mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
This code must come after natent is defined or the style will never be applied. Ticket #1073
This commit is contained in:
parent
1634524df7
commit
35aa4df3f0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user