Index: openacs-4/packages/dotlrn-portlet/catalog/dotlrn-portlet.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/catalog/dotlrn-portlet.en_US.ISO-8859-1.xml,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-portlet/catalog/dotlrn-portlet.en_US.ISO-8859-1.xml 4 Dec 2002 09:50:07 -0000 1.3 +++ openacs-4/packages/dotlrn-portlet/catalog/dotlrn-portlet.en_US.ISO-8859-1.xml 11 Dec 2002 14:06:31 -0000 1.4 @@ -1,26 +1,17 @@ - + + Group Administration Administer All members Archive Archive this group Closed Copy this group Email Members - Manage Applets - Manage Membership - Member List - Needs Approval - New %sub_pretty_name% - No - Only admins - Open - Sort - Sort/manage - Group Administration Add/Remove %pretty_name% members + can send bulk mail to this community. Change Bulk Mail Policy Change Enrollment Policy Create a new Limited Access user @@ -32,7 +23,18 @@ Information about other members of this community will not be available to this user. Sorry, this functionality is not available to guests This group is archived - can send bulk mail to this community. + Manage Applets + Manage Membership + Member List Members Staff List + Needs Approval + New %sub_pretty_name% + No %course_assistant_role_pretty_plural% + No %instructor_role_pretty_plural% + No %teaching_assistant_role_pretty_plural% + Only admins + Open + Sort + Sort/manage Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.adp,v diff -u -r1.12 -r1.13 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.adp 4 Dec 2002 09:50:08 -0000 1.12 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.adp 11 Dec 2002 14:06:31 -0000 1.13 @@ -21,44 +21,52 @@ + - - - - - - - - - + + + - + + + + + + + + + + - - - +
-#dotlrn-portlet.Sort##dotlrn-portlet.Sortmanage# - - -
+ #dotlrn-portlet.Sort##dotlrn-portlet.Sortmanage# +
+ + + +
<%= [acs_community_member_link -user_id $users(user_id) -label "$users(first_names) $users(last_name)"] %> - + @users.email@ - + @users.role@ -
+ +

+

+ <% # The user is not allowed to read the member list - he/she is maybe a guest %> #dotlrn-portlet.lt_Sorry_this_functional#
-
+ <% # The portal is shaded - should not be displayed %> +
Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.adp,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.adp 4 Dec 2002 09:50:08 -0000 1.13 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.adp 11 Dec 2002 14:06:31 -0000 1.14 @@ -34,7 +34,7 @@ -
  • #dotlrn-portlet.No# <%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_instructor_rel] %> +
  • #dotlrn-portlet.no_instructor_members# @@ -54,7 +54,7 @@ -
  • #dotlrn-portlet.No# <%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_ta_rel] %> +
  • #dotlrn-portlet.no_teaching_assistant_members# @@ -74,7 +74,7 @@ -
  • #dotlrn-portlet.No# <%= [dotlrn_community::get_role_pretty_plural -community_id $community_id -rel_type dotlrn_ca_rel] %> +
  • #dotlrn-portlet.no_course_assistant_members# Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl 9 Aug 2002 18:39:29 -0000 1.8 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl 11 Dec 2002 14:06:31 -0000 1.9 @@ -56,3 +56,11 @@ template::util::list_of_ns_sets_to_multirow \ -rows $all_users_list \ -var_name "users" + +# Used in en_US version of some messages in adp +set instructor_role_pretty_plural [dotlrn_community::get_role_pretty_plural -community_id $community_id \ + -rel_type dotlrn_instructor_rel] +set teaching_assistant_role_pretty_plural [dotlrn_community::get_role_pretty_plural -community_id $community_id \ + -rel_type dotlrn_ta_rel] +set course_assistant_role_pretty_plural [dotlrn_community::get_role_pretty_plural -community_id $community_id \ + -rel_type dotlrn_ca_rel] \ No newline at end of file