From: Alexander Marx Date: Tue, 26 Feb 2013 05:16:14 +0000 (+0100) Subject: Forward Firewall: added a 1px heigh line after each rule. so the coloured borders... X-Git-Tag: v2.15-beta1~286^2~11^2~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b375ca7e640361701497ae451a4892e7ec5334e;p=ipfire-2.x.git Forward Firewall: added a 1px heigh line after each rule. so the coloured borders are looking better --- diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index 7d09e4cb57..f7d2bb1ddc 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -1974,7 +1974,7 @@ sub viewtablenew my @tmpsrc=(); my $coloryellow=''; print"$title1
"; - print""; + print"
"; print""; foreach my $key (sort {$a <=> $b} keys %$hash){ $tdcolor=''; @@ -2172,6 +2172,7 @@ END print""; print""; } + print""; } print"
#$Lang::tr{'fwdfw source'}Log$Lang::tr{'fwdfw target'}$Lang::tr{'protocol'}$Lang::tr{'fwdfw time'}$Lang::tr{'fwdfw action'}
   $$hash{$key}[16]
"; &Header::closebox();