ben
committed
on 15 Feb 02
Initial revision
openacs-4/.../file-storage/www/file-move.adp (+1 -1)
1 1 <master src="fs_master">
2 2 <property name="title">Move</property>
3 3 <property name="context_bar">@context_bar@</property>
4 4
5 5 <P>Select the folder that you would like to move "@file_name@" under
6 6
7 7 <form method=GET action="file-move-2">
8 8 <input type=hidden name=file_id value="@file_id@">
9 9
10   <include src="folder_list" file_id="@file_id@">
  10 <include src="folder-list" file_id="@file_id@">
11 11 <p>
12 12 <input type=submit value="Move">
13 13 </form>