small fixes here and there
authorzapata <zapata>
Sun, 16 Jan 2005 00:16:22 +0000 (00:16 +0000)
committerzapata <zapata>
Sun, 16 Jan 2005 00:16:22 +0000 (00:16 +0000)
bundles/admin_en.properties
source/mircoders/servlet/ServletModuleAbuse.java
templates/admin/abuse.log.template
templates/admin/abuse.template

index 162e853..9cfba90 100755 (executable)
@@ -1,6 +1,6 @@
 ########## admin ##########
 # language: english
-# $Id: admin_en.properties,v 1.48.2.24 2005/01/09 20:37:06 zapata Exp $
+# $Id: admin_en.properties,v 1.48.2.25 2005/01/16 00:16:22 zapata Exp $
 
 languagename=English
 
@@ -480,7 +480,8 @@ abuse.articleaction=Action for blocked article
 abuse.commentaction=Action for blocked comment
 
 abuse.showlog=Show the IP log
-abuse.showfiltergroups=Manage filters
+abuse.showfiltergroups=Manage filter groups
+abuse.showfilterconfiguration=Manage filter configuration
 
 abuse.log.time=Time
 abuse.log.address=IP number
index 9d017b1..a44e541 100755 (executable)
@@ -179,6 +179,10 @@ public class ServletModuleAbuse extends ServletModule {
     showfiltergroups(aRequest, aResponse);
   }
 
+  public void showfilterconfiguration(HttpServletRequest aRequest, HttpServletResponse aResponse) {
+    showfiltergroups(aRequest, aResponse);
+  }
+
   public void addfiltergroup(HttpServletRequest aRequest, HttpServletResponse aResponse) throws ServletModuleExc {
     editfiltergroup(aRequest, aResponse, "", "");
   }
index ec52057..50a9950 100755 (executable)
@@ -9,7 +9,7 @@
     
   <p>
     <a class="link-box" href="${config.actionRoot}?module=Abuse"> [ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
-    <a class="link-box" href="${config.actionRoot}?module=Abuse&do=showfilters">${lang("abuse.showfilters")}</a>
+    <a class="link-box" href="${config.actionRoot}?module=Abuse&amp;do=showfilterconfiguration">${lang("abuse.showfilterconfiguration")}</a>
     <br>
   </p>
     <table border="0" cellpadding="2" cellspacing="3">
@@ -46,7 +46,7 @@
 
     <p>
       <a class="link-box" href="${config.actionRoot}?module=Abuse"> [ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
-    <a class="link-box" href="${config.actionRoot}?module=Abuse&do=showfilters">${lang("abuse.showfilters")}</a>
+    <a class="link-box" href="${config.actionRoot}?module=Abuse&amp;do=showfilterconfiguration">${lang("abuse.showfilterconfiguration")}</a>
     </p>
 
     <include "foot.template">
index 185b5d5..4755f0c 100755 (executable)
@@ -60,7 +60,7 @@
   <if config["Abuse.DisallowIPLogging"]!="1">
     &gt; <a href="${config.actionRoot}?module=Abuse&do=showlog">${lang("abuse.showlog")}</a><br>
   </if>  
-  &gt; <a href="${config.actionRoot}?module=Abuse&do=showfiltergroups">${lang("abuse.showfiltergroups")}</a>
+  &gt; <a href="${config.actionRoot}?module=Abuse&amp;do=showfilterconfiguration">${lang("abuse.showfilterconfiguration")}</a>
 </p>
 
 </td>