Index: openacs-4/packages/glossary/www/publish.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/www/publish.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/glossary/www/publish.tcl 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/glossary/www/publish.tcl 5 Sep 2002 10:20:04 -0000 1.2 @@ -11,7 +11,7 @@ item_id:integer } -properties { title:onevalue - context_bar:onevalue + context:onevalue } ad_require_permission $item_id glossary_admin @@ -24,7 +24,7 @@ } -set context_bar [ad_context_bar "Publish $title?"] +set context [list "Publish $title?"] template::form create publish_item