popup
authormh <mh>
Fri, 29 Mar 2002 14:02:46 +0000 (14:02 +0000)
committermh <mh>
Fri, 29 Mar 2002 14:02:46 +0000 (14:02 +0000)
templates-dist/admin/imagelist.template

index 9388b0a..813550c 100755 (executable)
@@ -39,7 +39,7 @@
        </td>
        <td>
        <select name="query_media_folder">
-       <list data.mediafolderPopupData as m>
+       <list popups.mediafolderPopupData as m>
        <option value="${m.key}" <if m.key == query_media_folder>selected</if>>${m.value}</option>
        </list>
        </select>
 </table>
 <include "admin/foot.template">
 </body>
-</html>
\ No newline at end of file
+</html>