From: Michael Tremer Date: Tue, 22 Oct 2013 14:59:16 +0000 (+0200) Subject: firewall: Fix collapsing the NAT menu. X-Git-Tag: v2.15-beta1~190^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93e0855b6f0fbf51bf2ae8a59b74cf713d4e970e;p=people%2Fms%2Fipfire-2.x.git firewall: Fix collapsing the NAT menu. Also removing a lot of redundant HTML code and invalid attributes. --- diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index 31dab30ab3..ecd8c24ec6 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -137,13 +137,13 @@ print< -
$Lang::tr{'fwdfw use nat'}
-
- - + +
+
$Lang::tr{'fwdfw dnat'}
+ + + + END print"
+ + $Lang::tr{'fwdfw dnat'}Firewall:
"; - print"


"; + print""; &Header::closebox(); #---TARGET------------------------------------------------------ &Header::openbox('100%', 'left', $Lang::tr{'fwdfw target'});