Index: openacs-4/packages/dotlrn/www/applets-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applets-chunk.tcl,v diff -u -N -r1.11 -r1.11.4.1 --- openacs-4/packages/dotlrn/www/applets-chunk.tcl 8 Aug 2006 21:26:23 -0000 1.11 +++ openacs-4/packages/dotlrn/www/applets-chunk.tcl 28 Aug 2008 01:23:38 -0000 1.11.4.1 @@ -40,6 +40,11 @@ template::multirow append active_applets $applet_key [dotlrn_community::applet_call $applet_key GetPrettyName] } +set active_applets_list [template::util::multirow_to_list active_applets] +set active_applets_list_localized [lang::util::localize_list_of_lists -list $active_applets_list] +template::util::list_to_multirow active_applets $active_applets_list_localized +template::multirow sort active_applets -ascii -increasing applet_pretty_name + # List all applets set list_of_applets [dotlrn_applet::list_applets] @@ -50,6 +55,10 @@ template::multirow append all_applets $applet_key [dotlrn_community::applet_call $applet_key GetPrettyName] } } +set all_applets_list [template::util::multirow_to_list all_applets] +set all_applets_list_localized [lang::util::localize_list_of_lists -list $all_applets_list] +template::util::list_to_multirow all_applets $all_applets_list_localized +template::multirow sort all_applets -ascii -increasing applet_pretty_name ad_return_template