Index: openacs.org-dev/packages/attachments/www/file-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/attachments/www/file-add.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/attachments/www/file-add.tcl 9 Jul 2002 17:35:01 -0000 1.1.1.1 +++ openacs.org-dev/packages/attachments/www/file-add.tcl 8 Oct 2002 15:46:55 -0000 1.1.1.2 @@ -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