it should be Message modules and not the Users module
authormh <mh>
Mon, 23 Dec 2002 03:52:24 +0000 (03:52 +0000)
committermh <mh>
Mon, 23 Dec 2002 03:52:24 +0000 (03:52 +0000)
templates/admin/messagelist.template

index 01dcdc7..719358b 100755 (executable)
 
       <P>
 <if data.prev>
-       <a href="${config.actionRoot}?module=Users&do=list&where=${data.where}&prevoffset=${data.prev}&prev=zur&uuml;ck">${lang("list.previous")}</a>&nbsp;
+       <a href="${config.actionRoot}?module=Message&do=list&where=${data.where}&prevoffset=${data.prev}&prev=zur&uuml;ck">${lang("list.previous")}</a>&nbsp;
 </if>
 <if data.next>
-<a href="${config.actionRoot}?module=Users&do=list&where=${data.where}&nextoffset=${data.next}&next=weiter">${lang("list.next")}</a>
+<a href="${config.actionRoot}?module=Message&do=list&where=${data.where}&nextoffset=${data.next}&next=weiter">${lang("list.next")}</a>
 </if>
 
 <else>
@@ -49,4 +49,4 @@
 </if>
 <include "templates/admin/foot.template">
 </body>
-</html>
\ No newline at end of file
+</html>