Index: openacs-4/packages/file-storage/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/index.adp,v diff -u -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/file-storage/www/index.adp 6 Mar 2003 16:34:14 -0000 1.17.2.1 +++ openacs-4/packages/file-storage/www/index.adp 28 Mar 2003 13:19:04 -0000 1.17.2.2 @@ -3,45 +3,48 @@ @folder_name@ @context@ - - - -
- Upload a file -   |   - Create a URL -   |   - Create a new folder - -   |   - Rename this folder - - -   |   - Delete this folder - - - - Show files modified in the past days as new. - + + + + + + + + - + +  |  + Rename this folder + + + +  |  + Delete this folder + + + +  |  + Folder permissions + + + +  |  + Up to @up_name@ + + + + + - - - - - - - - -
+ Upload a file +  |  + Add a URL + + + Show files modified in the past days as new. + +
+ Create a new folder -

- - Modify permissions on this folder - -

-
Index: openacs-4/packages/file-storage/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/index.tcl,v diff -u -r1.18 -r1.18.2.1 --- openacs-4/packages/file-storage/www/index.tcl 10 Sep 2002 22:22:56 -0000 1.18 +++ openacs-4/packages/file-storage/www/index.tcl 28 Mar 2003 13:19:04 -0000 1.18.2.1 @@ -79,4 +79,10 @@ set context [fs_context_bar_list $folder_id] +set up_url {} +if { [llength $context] > 1 } { + set up_url [lindex [lindex $context end-1] 0] + set up_name [lindex [lindex $context end-1] 1] +} + ad_return_template