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-Tag: v2.15-beta2~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b985d3160ae2367d773ed96d155ad7348d9ffbf1;p=people%2Fstevee%2Fipfire-2.x.git 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 baecde31a0..a5c93940fb 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'}