Index: openacs-4/packages/ecommerce/www/admin/products/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/one.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/ecommerce/www/admin/products/one.tcl 14 Aug 2008 09:30:53 -0000 1.7 +++ openacs-4/packages/ecommerce/www/admin/products/one.tcl 14 Aug 2008 09:49:40 -0000 1.8 @@ -135,13 +135,13 @@ } set title $product_name -set context [list $title] +set context [list [list index Products] $title] set export_product_id_var [export_url_vars product_id] set linked_thumbnail_html [ec_linked_thumbnail_if_it_exists $dirname] - +set stock_status_html "" if { !$multiple_retailers_p } { if { ![empty_string_p $stock_status] } { set stock_status_html [util_memoize "ad_parameter -package_id [ec_id] \"StockMessage[string toupper $stock_status]\"" [ec_cache_refresh]]