From: Alexander Marx Date: Wed, 29 Jan 2014 06:46:41 +0000 (+0100) Subject: FIREWALL: changes column title in firewall-groups from IP Address to IP/MAC Address X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=b985d3160ae2367d773ed96d155ad7348d9ffbf1 FIREWALL: changes column title in firewall-groups from IP Address to IP/MAC Address --- diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index baecde31a..a5c93940f 100644 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1680,7 +1680,7 @@ sub viewtablegrp print"
"; } print"
"; - print""; + print"
Name$Lang::tr{'ip address'}$Lang::tr{'fwhost type'}
"; } my $col=''; if ( ($fwhostsettings{'ACTION'} eq 'editgrp' || $fwhostsettings{'update'} ne '') && $fwhostsettings{'grp_name'} eq $customgrp{$key}[0]) {
Name$Lang::tr{'fwhost ip_mac'}$Lang::tr{'fwhost type'}