firewall: Fix rendering issue of the rule table.

This commit is contained in:
Michael Tremer
2013-10-28 20:35:36 +01:00
parent 47a83092b5
commit 85860aff26

View File

@@ -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]);