From 7f5b2820698c2249b3d8496ec80315be86617f0a Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Fri, 4 Jan 2013 07:55:24 +0100 Subject: [PATCH] Forward Firewall: Changed Buttons and Layout of fwhosts.cgi --- html/cgi-bin/fwhosts.cgi | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index e82aca576..236e0b47c 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1012,11 +1012,11 @@ sub addnet END if ($fwhostsettings{'ACTION'} eq 'editnet' || $fwhostsettings{'error'} eq 'on') { - print ""; + print ""; }else{ - print ""; + print ""; } - print "
"; + print "
"; &Header::closebox(); } sub addhost @@ -1040,11 +1040,11 @@ END if ($fwhostsettings{'ACTION'} eq 'edithost' || $fwhostsettings{'error'} eq 'on') { - print " "; + print " "; }else{ - print " "; + print " "; } - print "
"; + print "
"; &Header::closebox(); } sub addgrp @@ -1063,13 +1063,13 @@ sub addgrp if ($fwhostsettings{'update'} eq ''){ print<
- $Lang::tr{'fwhost addgrpname'}$Lang::tr{'remark'}: + $Lang::tr{'fwhost addgrpname'}$Lang::tr{'remark'}:
END }else{ print< - $Lang::tr{'fwhost addgrpname'}$Lang::tr{'remark'}: + $Lang::tr{'fwhost addgrpname'}$Lang::tr{'remark'}:
END @@ -1215,7 +1215,7 @@ END if ($fwhostsettings{'updatesrv'} eq 'on') { print< + @@ -1223,10 +1223,10 @@ END END }else{ - print""; + print""; } print< +
@@ -1258,10 +1258,8 @@ END END } if($fwhostsettings{'updatesrvgrp'} eq 'on'){ - - print< + +
$Lang::tr{'fwhost cust service'}
+
END -- 2.39.5