]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: added newlines between groups in tablerule
authorAlexander Marx <amarx@ipfire.org>
Fri, 22 Feb 2013 09:01:27 +0000 (10:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:08:24 +0000 (14:08 +0200)
html/cgi-bin/forwardfw.cgi

index 29a6f70795184545ad593b1213a87319cc8bdf3c..3e170a1d93249e41a70138b0f9a8b60887e77a5e 100755 (executable)
@@ -1834,6 +1834,7 @@ sub viewtablenew
        &General::get_aliases(\%aliases);
        &General::readhasharray("$config", $hash);
        if( ! -z $config){
+               if ($title1 eq $Lang::tr{'external access'} || $title1 eq 'Outgoing'){print"<br><br>";}
                &Header::openbox('100%', 'left',$title);
                my $count=0;
                my ($gif,$log);