diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index c190846d2..904135b7d 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -103,36 +103,41 @@ print< END @@ -1594,10 +1584,10 @@ sub newrule } } &Header::openbox('100%', 'left', $Lang::tr{'fwdfw addrule'}); - print ""; &Header::closebox(); &Header::openbox('100%', 'left', $Lang::tr{'fwdfw source'}); #------SOURCE------------------------------------------------------- + print ""; print< $Lang::tr{'fwdfw sourceip'}Firewall @@ -1624,8 +1614,8 @@ END #---SNAT / DNAT ------------------------------------------------ &Header::openbox('100%', 'left', 'NAT'); print< - $Lang::tr{'fwdfw use nat'} + + $Lang::tr{'fwdfw use nat'} $Lang::tr{'fwdfw dnat'} diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 3b80c0b66..9369c22d1 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -99,17 +99,20 @@ print< + $Lang::tr{'fwhost srv_name'}: - $Lang::tr{'fwhost prot'}: + $Lang::tr{'fwhost prot'}: END foreach ("TCP","UDP","ICMP") { @@ -1355,7 +1358,7 @@ END } } print< + $Lang::tr{'fwhost icmptype'} END &General::readhasharray("${General::swroot}/fwhosts/icmp-types", \%icmptypes); @@ -1394,9 +1397,9 @@ END END - if ($fwhostsettings{'PROT'} ne 'ICMP'){ - print""; - } + #if ($fwhostsettings{'PROT'} ne 'ICMP'){ + #print""; + #} &Header::closebox(); &viewtableservice; }