Index: openacs-4/packages/address-book/www/attr-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/address-book/www/attr-ae.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/address-book/www/attr-ae.tcl 20 Apr 2001 20:51:12 -0000 1.1 +++ openacs-4/packages/address-book/www/attr-ae.tcl 6 Sep 2002 21:50:19 -0000 1.2 @@ -10,7 +10,7 @@ attr_id:integer,optional } -properties { page_title:onevalue - context_bar:onevalue + context:onevalue attr_widget:onerow activity:onevalue } @@ -62,7 +62,7 @@ [ab::contact_attr_type::select -default $type_key] " -set context_bar [ad_context_bar [list contact-view?contact_id=$contact_id "View a Contact"] Attribute] +set context [list [list contact-view?contact_id=$contact_id "View a Contact"] Attribute] ad_return_template \ No newline at end of file