]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
firewall: Fix rendering issue of the rule table.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Oct 2013 19:35:36 +0000 (20:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Oct 2013 19:35:36 +0000 (20:35 +0100)
html/cgi-bin/firewall.cgi

index 802b2bed34a237eafeac704c7e25930177eb89b5..ffd8adfea9e0b6b40b161fc583a31c9c164beaec 100755 (executable)
@@ -2491,9 +2491,9 @@ END
                        #SOURCE
                        my $ipfireiface;
                        &getcolor($$hash{$key}[3],$$hash{$key}[4],\%customhost);
-                       print"<td align='center' width='160' $tdcolor>";
+                       print"<td align='center' width='30%' $tdcolor>";
                        if ($$hash{$key}[3] eq 'ipfire_src'){
-                               $ipfireiface='Interface ';
+                               $ipfireiface='Interface '; # XXX UNTRANSLATED STRING
                        }
                        if ($$hash{$key}[3] eq 'std_net_src'){
                                print &get_name($$hash{$key}[4]);