Forward Firewall: edited colspan for timeframe from 6 to 7

edited de.pl and changed "Port(s) manuel" to "Port(s) manuell"
This commit is contained in:
Alexander Marx
2013-01-21 05:54:20 +01:00
committed by Michael Tremer
parent 61068ee1a4
commit 25c4997947
2 changed files with 2 additions and 2 deletions

View File

@@ -1916,7 +1916,7 @@ END
if($$hash{$key}[25] ne ''){push (@days,$Lang::tr{'fwdfw wd_sun'});}
my $weekdays=join(",",@days);
if (@days){
print"<tr bgcolor='#FFE4B5'><td colspan='6'>$Lang::tr{'fwdfw time'} ";
print"<tr bgcolor='#FFE4B5'><td colspan='7'>$Lang::tr{'fwdfw time'} ";
print"$weekdays";
print "&nbsp $Lang::tr{'fwdfw from'} $$hash{$key}[26] &nbsp $Lang::tr{'fwdfw till'} $$hash{$key}[27]</td><td colspan='8'></d></tr>";
}