fixed the method which takes a webdb_date to a dublin core date to include
[mir.git] / templates-dist / admin / userlist.template
index 15f0774..8fea5ed 100755 (executable)
 </table>
 
       <P>
-<if prev>
+<if data.prev>
        <a href="${actionRoot}?module=Users&do=list&where=${where}&prevoffset=${prev}&prev=zur&uuml;ck">${lang("list.previous")}</a>&nbsp;
 </if>
-<if next>
+<if data.next>
 <a href="${actionRoot}?module=Users&do=list&where=${where}&nextoffset=${next}&next=weiter">${lang("list.next")}</a>
 </if>