Index: openacs-4/packages/glossary/www/disable.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossary/www/disable.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/glossary/www/disable.tcl 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/glossary/www/disable.tcl 5 Sep 2002 10:20:04 -0000 1.2 @@ -13,7 +13,7 @@ item_id:integer } -properties { title:onevalue - context_bar:onevalue + context:onevalue } ad_require_permission $item_id glossary_admin @@ -24,7 +24,7 @@ where item_id = :item_id and revision_id = content_item.get_live_revision(:item_id)}] -set context_bar [ad_context_bar "Disable $title?"] +set context [list "Disable $title?"] template::form create disable_item