Index: openacs-4/packages/dotlrn/www/members-chunk-table.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk-table.adp,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/members-chunk-table.adp 20 Jun 2003 15:53:02 -0000 1.11 +++ openacs-4/packages/dotlrn/www/members-chunk-table.adp 9 Oct 2003 12:46:10 -0000 1.12 @@ -156,9 +156,6 @@

#dotlrn.lt_The_following_members# - <%= [dotlrn_community::get_parent_name -community_id $community_id] %> - #dotlrn.lt_are_not_yet_members_o# - <%= [dotlrn_community::get_community_name $community_id] %>.

Index: openacs-4/packages/dotlrn/www/members-chunk-table.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk-table.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/dotlrn/www/members-chunk-table.tcl 3 Jul 2003 23:03:39 -0000 1.22 +++ openacs-4/packages/dotlrn/www/members-chunk-table.tcl 9 Oct 2003 12:46:10 -0000 1.23 @@ -61,6 +61,9 @@ } } +# Used in I18N message lookups in adp +set parent_community_name [dotlrn_community::get_parent_name -community_id $community_id] +set community_name [dotlrn_community::get_community_name $community_id] if {[string compare $order_direction "asc"]==0} { set order_html "" Index: openacs-4/packages/dotlrn/www/members-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk.adp,v diff -u -r1.19 -r1.20 --- openacs-4/packages/dotlrn/www/members-chunk.adp 12 Nov 2002 08:44:05 -0000 1.19 +++ openacs-4/packages/dotlrn/www/members-chunk.adp 9 Oct 2003 12:46:10 -0000 1.20 @@ -98,9 +98,6 @@

#dotlrn.lt_The_following_members# - <%= [dotlrn_community::get_parent_name -community_id $community_id] %> - #dotlrn.lt_are_not_yet_members_o# - <%= [dotlrn_community::get_community_name $community_id] %>.

Index: openacs-4/packages/dotlrn/www/members-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/members-chunk.tcl 23 Oct 2002 12:38:39 -0000 1.16 +++ openacs-4/packages/dotlrn/www/members-chunk.tcl 9 Oct 2003 12:46:10 -0000 1.17 @@ -49,6 +49,10 @@ } } +# Used in I18N message lookups in adp +set parent_community_name [dotlrn_community::get_parent_name -community_id $community_id] +set community_name [dotlrn_community::get_community_name $community_id] + # Get all users for this community, including role set community_members [dotlrn_community::list_users $community_id] Index: openacs-4/packages/dotlrn/www/admin/department-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-delete.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/department-delete.tcl 4 Dec 2002 09:51:04 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/department-delete.tcl 9 Oct 2003 12:36:14 -0000 1.4 @@ -28,7 +28,8 @@ context_bar:onevalue } -set title "[_ dotlrn.Delete_Empty] [parameter::get -localize -parameter departments_pretty_name]" +set departments_pretty_name [parameter::get -localize -parameter departments_pretty_name] +set title "[_ dotlrn.Delete_Empty]" set context_bar [list [list departments [parameter::get -localize -parameter departments_pretty_plural]] Delete] form create delete_department Index: openacs-4/packages/dotlrn/www/admin/users-search.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-search.adp,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/users-search.adp 10 Sep 2003 15:10:16 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/users-search.adp 9 Oct 2003 12:36:14 -0000 1.9 @@ -64,12 +64,12 @@ #dotlrn.Last_visit_over# -   #dotlrn.days_ago# + #dotlrn.Last_visit_under# -   #dotlrn.days_ago# +