From 58c6b9bb6145f2ee0be447b47bc430790eb38685 Mon Sep 17 00:00:00 2001 From: Miles Steele Date: Thu, 8 Aug 2013 10:09:03 -0400 Subject: [PATCH] add privilege copy --- .../instructor_dashboard_2/membership.html | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/membership.html b/lms/templates/instructor/instructor_dashboard_2/membership.html index c226f74215..b22d31e190 100644 --- a/lms/templates/instructor/instructor_dashboard_2/membership.html +++ b/lms/templates/instructor/instructor_dashboard_2/membership.html @@ -59,10 +59,10 @@ data-rolename="staff" data-display-name="Course Staff" data-info-text=" - Course staff can help you manage limited aspects of your course. Staff can - enroll and unenroll students, as well as modify their grades and see all - course data. Course staff are not given access to Studio will not be able to - edit your course." + Course staff can help you manage limited aspects of your course. Staff + can enroll and unenroll students, as well as modify their grades and + see all course data. Course staff are not automatically given access + to Studio and will not be able to edit your course." data-list-endpoint="${ section_data['list_course_role_members_url'] }" data-modify-endpoint="${ section_data['modify_access_url'] }" data-add-button-label="Add Staff" @@ -74,8 +74,7 @@ data-display-name="Instructors" data-info-text=" Instructors are the core administration of your course. Instructors can - add and remove course staff, as well as administer forum access. - " + add and remove course staff, as well as administer forum access." data-list-endpoint="${ section_data['list_course_role_members_url'] }" data-modify-endpoint="${ section_data['modify_access_url'] }" data-add-button-label="Add Instructor" @@ -88,7 +87,7 @@ data-info-text=" Beta testers can see course content before the rest of the students. They can make sure that the content works, but have no additional - privelages." + privileges." data-list-endpoint="${ section_data['list_course_role_members_url'] }" data-modify-endpoint="${ section_data['modify_access_url'] }" data-add-button-label="Add Beta Tester" @@ -99,6 +98,9 @@