From 577bd1ec0d8cd282d663fa01e85fc60a7e07d6a5 Mon Sep 17 00:00:00 2001 From: Farhanah Sheets Date: Mon, 21 May 2018 16:51:39 -0400 Subject: [PATCH] Move pacing above schedule dates and remove invalid help text --- cms/templates/settings.html | 71 ++++++++++++++----------------------- 1 file changed, 27 insertions(+), 44 deletions(-) diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 9a484abe87..57db1ceb5a 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -179,6 +179,33 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
% endif +
+
+ +
+

${_("Course Pacing")}

+ ${_("Set the pacing for this course")} +
+
+ + +
    +
  1. + + + ${_("Instructor-paced courses progress at the pace that the course author sets. You can configure release dates for course content and due dates for assignments.")} +
  2. +
  3. + + + ${_("Self-paced courses do not have release dates for course content or due dates for assignments. Learners can complete course material at any time before the course end date.")} +
  4. +
+
+
+ +
+

${_('Course Schedule')}

@@ -264,23 +291,6 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}'
- - % if not about_page_editable: -
-

${_("These Dates Are Not Used When Promoting Your Course")}

-
-

${Text(_( - 'These dates impact {strong_start}when your courseware can be viewed{strong_end}, ' - 'but they are {strong_start}not the dates shown on your course summary page{strong_end}. ' - 'To provide the course start and registration dates as shown on your course ' - 'summary page, follow the instructions provided by your Program Manager.' - )).format( - strong_start=HTML(''), - strong_end=HTML('') - )}

-
-
- % endif % if about_page_editable: @@ -570,33 +580,6 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url | n, js_escaped_string}' % endif -
- -
-
- -
-

${_("Course Pacing")}

- ${_("Set the pacing for this course")} -
-
- - -
    -
  1. - - - ${_("Instructor-paced courses progress at the pace that the course author sets. You can configure release dates for course content and due dates for assignments.")} -
  2. -
  3. - - - ${_("Self-paced courses do not have release dates for course content or due dates for assignments. Learners can complete course material at any time before the course end date.")} -
  4. -
-
-
- % if settings.FEATURES.get("LICENSING", False):