]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - html/cgi-bin/ids.cgi
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / html / cgi-bin / ids.cgi
index 7227156671bcf25af9276b67d60aec4f160ac2a2..76c2b99a98ba4f6a2dcbc471fc53eb37ee0abd22 100644 (file)
@@ -619,7 +619,7 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) {
                        # Convert interface name into upper case.
                        my $zone_upper = uc($zone);
 
-                       # Check if the IDS is enabled for this interaces.
+                       # Check if the IDS is enabled for these interfaces.
                        if ($cgiparams{"ENABLE_IDS_$zone_upper"}) {
                                # Increase count.
                                $monitored_zones++;
@@ -1247,7 +1247,7 @@ print <<END;
                        <td class='base' bgcolor='$color{'color20'}'><b>$Lang::tr{'ids provider'}</b></td>
                        <td class='base' bgcolor='$color{'color20'}'><b>$Lang::tr{'date'}</b></td>
                        <td class='base' bgcolor='$color{'color20'}' align='center'><b>$Lang::tr{'ids autoupdates'}</b></td>
-                       <td class='base' bgcolor='$color{'color20'}'></td>
+                       <td class='base' bgcolor='$color{'color20'}' align='center'><b>$Lang::tr{'action'}</b></td>
                        <td class='base' colspan='3' bgcolor='$color{'color20'}'></td>
                </tr>
 END