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 -N -r1.1 -r1.2 --- openacs-4/packages/attachments/www/file-add.tcl 2 Jul 2002 04:18:54 -0000 1.1 +++ openacs-4/packages/attachments/www/file-add.tcl 2 Jul 2002 19:41:20 -0000 1.2 @@ -8,6 +8,7 @@ folder_id:integer,notnull object_id:integer,notnull return_url:notnull + pretty_object_name:notnull {title ""} {lock_title_p 0} } -validate { @@ -29,7 +30,8 @@ # set templating datasources -set context_bar [fs_context_bar_list -final "Add File" $folder_id] +set context_bar {{Attach File}} +set fs_context_bar [fs_context_bar_list -final "Add File" $folder_id] # Should probably generate the item_id and version_id now for # double-click protection