]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: fixed layout of deleted host in custom group
authorAlexander Marx <amarx@ipfire.org>
Thu, 21 Mar 2013 06:47:28 +0000 (07:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:11:57 +0000 (14:11 +0200)
changed version nr in forwardfw.cgi

html/cgi-bin/forwardfw.cgi
html/cgi-bin/fwhosts.cgi

index e3b8c4a9dcb7aedce6876daf531e8c4f4ce80f61..1f2af8cd9d042b756c6948faca95de2ea947121b 100755 (executable)
@@ -77,7 +77,7 @@ my %aliases=();
 my %optionsfw=();
 my %ifaces=();
 
-my $VERSION='0.9.8.7';
+my $VERSION='0.9.8.8';
 my $color;
 my $confignet          = "${General::swroot}/fwhosts/customnetworks";
 my $confighost         = "${General::swroot}/fwhosts/customhosts";
index 54080a97e84064edc22b628543649915571fa67b..a0bb21fb8efad40f82637703937413441611fa60 100755 (executable)
@@ -1511,7 +1511,7 @@ sub viewtablegrp
                                print "$customgrp{$key}[2]</td>";
                        }
                        if ($ip eq '' && $customgrp{$key}[2] ne $Lang::tr{'fwhost empty'}){
-                               print "<td align='center'>$Lang::tr{'fwhost deleted'}</td><td align='left'>$customgrp{$key}[3]</td><td width='1%'><form method='post'>";   
+                               print "<td align='center'>$Lang::tr{'fwhost deleted'}</td><td align='center'>$customgrp{$key}[3]</td><td width='1%'><form method='post'>";   
                        }else{
                                print"<td align='center'>$ip</td><td align='center'>$customgrp{$key}[3]</td><td width='1%'><form method='post'>";
                        }