From: Alexander Marx Date: Fri, 22 Feb 2013 08:33:05 +0000 (+0100) Subject: Forward Firewall: fixed Table in servicegroups and hostgroups X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=e638799b12ce108b6a13cfb3e8a180c56f4d3b9c;ds=sidebyside Forward Firewall: fixed Table in servicegroups and hostgroups --- diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index dc82a182a..abb60c917 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1499,7 +1499,7 @@ sub viewtablegrp print"
"; } print"
"; - print""; + print"
Name$Lang::tr{'ip address'}$Lang::tr{'fwhost type'}
"; } if ( ($fwhostsettings{'ACTION'} eq 'editgrp' || $fwhostsettings{'update'} ne '') && $fwhostsettings{'grp_name'} eq $customgrp{$key}[0]) { @@ -1620,7 +1620,7 @@ sub viewtableservicegrp print""; } print""; - print"
Name$Lang::tr{'ip address'}$Lang::tr{'fwhost type'}
"; + print"
Name$Lang::tr{'port'}$Lang::tr{'fwhost prot'}
"; } if( $fwhostsettings{'SRVGRP_NAME'} eq $customservicegrp{$key}[0]) { print" ";
Name$Lang::tr{'port'}$Lang::tr{'fwhost prot'}