From: Alexander Marx Date: Mon, 28 Jan 2013 05:12:51 +0000 (+0100) Subject: Forward FIrewall: tried to sort servicegroups the right way...not perfect now X-Git-Tag: v2.15-beta1~286^2~11^2~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f869e32d4ea1f56e84cb61578964adf6eec7659;p=ipfire-2.x.git Forward FIrewall: tried to sort servicegroups the right way...not perfect now --- diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 89b2a9321f..9702435302 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();