From 7bb4980f05912e29b1f95ff63a7e603f605a46bf Mon Sep 17 00:00:00 2001 From: Amir Qayyum Khan Date: Tue, 17 Nov 2015 19:25:44 +0500 Subject: [PATCH] Added auto-enrol and email student check boxes to enrolment tab ccx coach dashboard --- .../sass/course/ccx_coach/_dashboard.scss | 4 +++ lms/templates/ccx/enrollment.html | 25 ++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) 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.")} +

+
+
+
+ + + +