Merge remote-tracking branch 'amarx/firewall-fifteen' into fifteen

This commit is contained in:
Michael Tremer
2013-10-29 16:23:35 +01:00
3 changed files with 6 additions and 2 deletions

View File

@@ -2370,7 +2370,7 @@ sub viewtablenew
<b>$Lang::tr{'fwdfw source'}</b>
</th>
<th align='center'>
Log <!-- XXX UNTRANSLATED STRING -->
<b>$Lang::tr{'fwdfw log'}</b>
</th>
<th align='center' width='30%'>
<b>$Lang::tr{'fwdfw target'}</b>
@@ -2493,7 +2493,7 @@ END
&getcolor($$hash{$key}[3],$$hash{$key}[4],\%customhost);
print"<td align='center' width='30%' $tdcolor>";
if ($$hash{$key}[3] eq 'ipfire_src'){
$ipfireiface='Interface '; # XXX UNTRANSLATED STRING
$ipfireiface=$Lang::tr{'fwdfw iface'};
}
if ($$hash{$key}[3] eq 'std_net_src'){
print &get_name($$hash{$key}[4]);