Index: openacs.org-dev/packages/glossary/www/disable.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/glossary/www/disable.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/glossary/www/disable.tcl 9 Jul 2002 17:35:09 -0000 1.1.1.1 +++ openacs.org-dev/packages/glossary/www/disable.tcl 8 Oct 2002 15:47:13 -0000 1.1.1.2 @@ -7,13 +7,13 @@ @param item_id identifier of the glossary content_item to be "disabled" @author Walter McGinnis (walter@arsdigita.com) - @creation_date 11-21-2000 - @cvs-id: $Id$ + @creation-date 11-21-2000 + @cvs-id $Id$ } { 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