Index: openacs-4/packages/forums/www/user-history.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/user-history.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/forums/www/user-history.tcl 10 Sep 2002 22:22:56 -0000 1.6 +++ openacs-4/packages/forums/www/user-history.tcl 25 Oct 2002 13:00:02 -0000 1.7 @@ -16,9 +16,9 @@ # choosing the view set dimensional_list { { - view "View:" date { - {date "by Date" {}} - {forum "by Forum" {}} + view "[_ forums.View]:" date { + {date "[_ forums.by_Date]" {}} + {forum "[_ forums.by_Forum]" {}} } } } @@ -36,6 +36,9 @@ set dimensional_chunk [ad_dimensional $dimensional_list] -set context {{Posting History}} +set context {[_ forums.Posting_History]} ad_return_template + + +