update. tomcat 4, etc..
[mir.git] / templates-dist / admin / messagelist.template
index 332c78b..45b7164 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
 <table border="0" cellpadding="2" cellspacing="1">
   <tr bgcolor="#006600">
 </table>
 
       <P>
-<if prev>
+<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;
 </if>
-<if next>
+<if data.next>
 <a href="${config.actionRoot}?module=Users&do=list&where=${data.where}&nextoffset=${data.next}&next=weiter">${lang("list.next")}</a>
 </if>
 
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>
\ No newline at end of file