Index: openacs-4/packages/general-comments/www/file-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/file-edit.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/general-comments/www/file-edit.tcl 14 Jun 2001 19:52:22 -0000 1.2 +++ openacs-4/packages/general-comments/www/file-edit.tcl 5 Sep 2002 10:05:17 -0000 1.3 @@ -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"