From 35aa4df3f09c75d35eecec2e2cccdd37fe083e67 Mon Sep 17 00:00:00 2001 From: Erik Fonnesbeck Date: Wed, 8 Dec 2010 22:12:21 -0700 Subject: [PATCH] This code must come after natent is defined or the style will never be applied. Ticket #1073 --- usr/local/www/firewall_nat_1to1.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php index 857ae9a59b..e114cd6ad6 100755 --- a/usr/local/www/firewall_nat_1to1.php +++ b/usr/local/www/firewall_nat_1to1.php @@ -115,14 +115,14 @@ include("head.inc"); "; + + $i = 0; foreach ($a_1to1 as $natent): + if (isset($natent['disabled'])) $textss = ""; else - $textss = ""; - - $textse = ""; - - $i = 0; foreach ($a_1to1 as $natent): ?> + $textss = ""; ?>