From 0f869e32d4ea1f56e84cb61578964adf6eec7659 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 28 Jan 2013 06:12:51 +0100 Subject: [PATCH] Forward FIrewall: tried to sort servicegroups the right way...not perfect now --- html/cgi-bin/fwhosts.cgi | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 89b2a9321..970243530 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1313,7 +1313,7 @@ END $Lang::tr{'fwhost cust service'}"; - } - print""; - $helper=$customservicegrp{$key}[0]; + }elsif ($count %2 == 0){ + print""; + }else{ + print""; + } + print "$customservicegrp{$key}[2]"; + print"$customservicegrp{$key}[3]$customservicegrp{$key}[4]
"; + if ($number gt '1'){ + print""; + } + print"
"; + $helper=$customservicegrp{$key}[0]; } print""; &Header::closebox();