diff --git a/lms/static/sass/course/ccx_coach/_dashboard.scss b/lms/static/sass/course/ccx_coach/_dashboard.scss index f9a6fba50d..282f01e4a4 100644 --- a/lms/static/sass/course/ccx_coach/_dashboard.scss +++ b/lms/static/sass/course/ccx_coach/_dashboard.scss @@ -74,3 +74,7 @@ button.ccx-button-link { color: brown; } } + +.ccx-manage-student-form input#student-id { + width: 60%; +} diff --git a/lms/templates/ccx/enrollment.html b/lms/templates/ccx/enrollment.html index e09825817f..a6c64c4130 100644 --- a/lms/templates/ccx/enrollment.html +++ b/lms/templates/ccx/enrollment.html @@ -47,7 +47,7 @@
-
+
@@ -84,6 +84,29 @@ +
+ + +
+ +

+ ${_("If this option is checked, users who have not yet registered for {platform_name} will be automatically enrolled.").format(platform_name=settings.PLATFORM_NAME)} + ${_("If this option is left unchecked, users who have not yet registered for {platform_name} will not be enrolled, but will be allowed to enroll once they make an account.").format(platform_name=settings.PLATFORM_NAME)} +

+ ${_("Checking this box has no effect if 'Revoke' is clicked.")} +

+
+
+
+ + + +