Index: openacs.org-dev/packages/general-comments/www/file-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/general-comments/www/file-edit.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/general-comments/www/file-edit.tcl 9 Jul 2002 17:35:09 -0000 1.1.1.1 +++ openacs.org-dev/packages/general-comments/www/file-edit.tcl 8 Oct 2002 15:47:13 -0000 1.1.1.2 @@ -16,7 +16,7 @@ { return_url {} } } -properties { page_title:onevalue - context_bar:onevalue + context:onevalue parent_id:onevalue target:onevalue title:onevalue @@ -37,7 +37,7 @@ # set variables for template set page_title "Edit file attachment on comment #$parent_id" -set context_bar {[list "view-comment?comment_id=$parent_id" "Go back to comment"] "Edit file attachment"} +set context [list [list "view-comment?comment_id=$parent_id" "Go back to comment"] "Edit file attachment"] set target "file-edit-2" ad_return_template "file-ae"