it's the Message module not the User module. Also don't use encodeHTML for the list...
authormh <mh>
Fri, 13 Dec 2002 05:46:19 +0000 (05:46 +0000)
committermh <mh>
Fri, 13 Dec 2002 05:46:19 +0000 (05:46 +0000)
templates-dist/admin/messagelist.template

index 2d03919..d6640f0 100755 (executable)
        <if grey=="1"><assign grey="0">bgcolor="#dddddd" <else><assign grey="1"> </if>
   >
   <td>${entry.webdb_create}&nbsp;</td>
-  <td><b>${encodeHTML(entry.title)}</b><br>
-      <i>${encodeHTML(entry.creator)}</i></td>
-  <td bgcolor="Pink">${encodeHTML(entry.description)}&nbsp;</td>
+  <td><b>${entry.title}</b><br>
+      <i>${entry.creator}</i></td>
+  <td bgcolor="Pink">${entry.description}&nbsp;</td>
   <td><font size="1">&nbsp;<a href="${config.actionRoot}?module=Message&do=delete&id=${entry.id}">${lang("delete")}</a>
     | <a href="${config.actionRoot}?module=Message&do=edit&id=${entry.id}">${lang("edit")}</a></font></td>
   </tr>
   </list>
   <tr>
-    <td colspan="3" bgcolor="#006600"><font color="#ffffff">${encodeHTML(data.count)} ${lang("records")} /
+    <td colspan="3" bgcolor="#006600"><font color="#ffffff">${data.count} ${lang("records")} /
         ${lang("show_from_to", data.from, data.to)}</font></td>
     <td>&nbsp;</td>
   </tr>
 
       <P>
 <if data.prev>
-       <a href="${config.actionRoot}?module=Users&do=list&where=${encodeHTML(data.where)}&prevoffset=${encodeHTML(data.prev)}&prev=zur&uuml;ck">${lang("list.previous")}</a>&nbsp;
+       <a href="${config.actionRoot}?module=Message&do=list&where=${encodeHTML(data.where)}&offset=${encodeHTML(data.prev)}&prev=zur&uuml;ck">${lang("list.previous")}</a>&nbsp;
 </if>
 <if data.next>
-<a href="${config.actionRoot}?module=Users&do=list&where=${encodeHTML(data.where)}&nextoffset=${encodeHTML(data.next)}&next=weiter">${lang("list.next")}</a>
+<a href="${config.actionRoot}?module=Message&do=list&where=${encodeHTML(data.where)}&offset=${encodeHTML(data.next)}&next=weiter">${lang("list.next")}</a>
 </if>
 
 <else>