Index: openacs-4/packages/attachments/www/simple-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/simple-add.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/attachments/www/simple-add.tcl 2 Jul 2002 04:18:54 -0000 1.1 +++ openacs-4/packages/attachments/www/simple-add.tcl 2 Jul 2002 19:41:20 -0000 1.2 @@ -9,6 +9,7 @@ folder_id:integer,notnull object_id:integer,notnull return_url:notnull + pretty_object_name:notnull {type "fs_url"} {title ""} {lock_title_p 0} @@ -34,7 +35,8 @@ return -code error "No such type" } -set context_bar [fs_context_bar_list -final "Add $pretty_name" $folder_id] +set context_bar {{Attach URL}} +set fs_context_bar [fs_context_bar_list -final "Add $pretty_name" $folder_id] # Should probably generate the item_id and version_id now for # double-click protection