Index: openacs-4/packages/file-storage/www/folder-contents.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/folder-contents.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/file-storage/www/folder-contents.tcl 22 May 2002 08:50:52 -0000 1.5 +++ openacs-4/packages/file-storage/www/folder-contents.tcl 22 May 2002 16:42:31 -0000 1.6 @@ -103,14 +103,14 @@ set table [ad_table \ -Torderby $orderby \ - -Tmissing_text "
Folder [fs::get_folder_name -folder_id $folder_id] is empty.
" \ + -Tmissing_text "
Folder [fs::get_object_name -object_id $folder_id] is empty.
" \ -Ttable_extra_html {width="95%"} \ select_folder_contents \ $sql \ $table_def ] -set folder_name [fs::get_folder_name -folder_id $folder_id] +set folder_name [fs::get_object_name -object_id $folder_id] set context_bar [fs_context_bar_list -final Contents $folder_id] ad_return_template