Index: openacs-4/packages/attachments/www/file-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/file-add.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/attachments/www/file-add.tcl 2 Jul 2002 19:41:20 -0000 1.2 +++ openacs-4/packages/attachments/www/file-add.tcl 17 Sep 2002 21:08:38 -0000 1.3 @@ -19,7 +19,7 @@ } } -properties { folder_id:onevalue - context_bar:onevalue + context:onevalue title:onevalue lock_title_p:onevalue } @@ -30,8 +30,8 @@ # set templating datasources -set context_bar {{Attach File}} -set fs_context_bar [fs_context_bar_list -final "Add File" $folder_id] +set context {{Attach File}} +set fs_context [fs_context_bar_list -final "Add File" $folder_id] # Should probably generate the item_id and version_id now for # double-click protection