Index: openacs.org-dev/packages/attachments/www/simple-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/attachments/www/simple-add.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/attachments/www/simple-add.tcl 9 Jul 2002 17:35:01 -0000 1.1.1.1 +++ openacs.org-dev/packages/attachments/www/simple-add.tcl 8 Oct 2002 15:46:55 -0000 1.1.1.2 @@ -1,8 +1,8 @@ ad_page_contract { page to add a new nonversioned object to the system - @author Ben Adida (ben@openforce) - @author arjun (arjun@openforce) + @author Ben Adida (ben@openforce.net) + @author arjun (arjun@openforce.net) @creation-date 01 April 2002 @cvs-id $Id$ } { @@ -21,7 +21,7 @@ } } -properties { folder_id:onevalue - context_bar:onevalue + context:onevalue } # check for write permission on the folder @@ -35,7 +35,7 @@ return -code error "No such type" } -set context_bar {{Attach URL}} +set context {{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