]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Forward Firewall: edited colspan for timeframe from 6 to 7
authorAlexander Marx <amarx@ipfire.org>
Mon, 21 Jan 2013 04:54:20 +0000 (05:54 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:08:13 +0000 (14:08 +0200)
edited de.pl and changed "Port(s) manuel" to "Port(s) manuell"

html/cgi-bin/forwardfw.cgi
langs/de/cgi-bin/de.pl

index dda14b55a07e92d7f9f075acbcd6b11927f3880d..bf35b1f97d734d23ebead9f11b32d9f254cac021 100755 (executable)
@@ -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>";
                                }
index 7cae85e16897d8f18028727f52d633e0e9c9d73d..be162245895d8fc03f6300944c243d864b3449c4 100644 (file)
 'fwdfw hint ip2'               => 'Bitte überprüfen Sie ob diese Regel Sinn macht: ',
 'fwdfw ipsec network'  => 'IPsec Netzwerke:',
 'fwdfw log rule'               => 'Log Regel',
-'fwdfw man port'               => 'Port(s) manuel:',
+'fwdfw man port'               => 'Port(s) manuell:',
 'fwdfw moveup'                 => 'Hoch',
 'fwdfw movedown'               => 'Runter',
 'fwdfw reread'                 => 'Übernehmen',