fix serious bug introduced with the media InputStream changes that caused a database...
[mir.git] / templates-dist / admin / mediafolderlist.template
index 3bd2eae..3a8ff38 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
        <table border="0">
                <tr bgcolor="#006600">
                </tr>
        </table>
       <P>
-       <if prev>
+       <if data.prev>
        <a href="${config.actionRoot}?module=Mediafolder&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=Mediafolder&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>