From 2c72fa9e8b5a4a94c4c315d136144dd7137b6298 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 19 Jun 2013 15:11:43 -0400 Subject: [PATCH] studio - revises markup/content for course about mgmt notices --- cms/templates/settings.html | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/cms/templates/settings.html b/cms/templates/settings.html index a331c481a6..2ee4ad1c07 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -90,17 +90,22 @@ from contentstore import utils

https:${utils.get_lms_link_for_about_page(course_location)}

- % if not about_page_editable: -
-

${_("Note: your course summary page will not be viewable until your course has been announced. To provide content for the page and preview it, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org).")}

-
- % endif + + + % if not about_page_editable: +
+

${_("Note: About Your Course's Promotion")}

+
+

${_('Your course summary page will not be viewable until your course has been announced. To provide content for the page and preview it, follow the instructions provided by PM or Conrad Warre (conrad@edx.org).')}

+
+
+ % endif
@@ -111,12 +116,6 @@ from contentstore import utils ${_('Dates that control when your course can be viewed.')} - % if not about_page_editable: -
-

${_("Note: these dates impact when your courseware can be viewed, but they are not the dates shown on your course summary page. To provide the course start and registration dates as shown on your course summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org).")}

-
- % endif -
  1. @@ -146,6 +145,7 @@ from contentstore import utils
+ % if about_page_editable:
  1. @@ -177,6 +177,15 @@ from contentstore import utils
% endif + + % if not about_page_editable: +
+

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

+
+

${_('These dates impact when your courseware can be viewed, but they are not the dates shown on your course summary page. To provide the course start and registration dates as shown on your course summary page, follow the instructions provided by your PM or Conrad Warre (conrad@edx.org).')}

+
+
+ % endif
% if about_page_editable: