custom article types made browsable from admin interface
[mir.git] / templates-dist / admin / messagelist.template
index cfae24d..45b7164 100755 (executable)
 </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>