Index: openacs-4/contrib/packages/cop-ui/lib/contributions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/cop-ui/lib/contributions.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/contrib/packages/cop-ui/lib/contributions.tcl 26 Jul 2004 12:10:23 -0000 1.6 +++ openacs-4/contrib/packages/cop-ui/lib/contributions.tcl 18 Mar 2005 14:36:47 -0000 1.7 @@ -64,7 +64,7 @@ if {![info exists hide(pretty_name)]} { lappend elements pretty_name { label {Type} - display_template {@content.pretty_name@} + display_template {@content.object_type@} } } @@ -112,8 +112,8 @@ } \ -orderby { stars { - orderby_desc {coalesce(rating_ave,99) asc, o.last_modified desc} - orderby_asc {coalesce(rating_ave,0) desc, o.last_modified desc} + orderby_desc {coalesce(all_rating_ave,99) asc, o.last_modified desc} + orderby_asc {coalesce(all_rating_ave,0) desc, o.last_modified desc} } object_title { orderby lower(o.title)