Commit 419c5e7a by Brian Talbot

studio - removes course settings promo link and notice icons

parent 4ddca36b
...@@ -85,6 +85,7 @@ from contentstore import utils ...@@ -85,6 +85,7 @@ from contentstore import utils
</li> </li>
</ol> </ol>
% if about_page_editable:
<div class="note note-promotion note-promotion-courseURL has-actions"> <div class="note note-promotion note-promotion-courseURL has-actions">
<h3 class="title">${_("Course Summary Page")} <span class="tip">${_("(for student enrollment and access)")}</span></h3> <h3 class="title">${_("Course Summary Page")} <span class="tip">${_("(for student enrollment and access)")}</span></h3>
<div class="copy"> <div class="copy">
...@@ -97,10 +98,11 @@ from contentstore import utils ...@@ -97,10 +98,11 @@ from contentstore import utils
</li> </li>
</ul> </ul>
</div> </div>
% endif
% if not about_page_editable: % if not about_page_editable:
<div class="notice notice-incontext notice-workflow"> <div class="notice notice-incontext notice-workflow">
<h3 class="title"><i class="icon-warning-sign"></i>${_("Promoting Your Course with edX")}</h3> <h3 class="title">${_("Promoting Your Course with edX")}</h3>
<div class="copy"> <div class="copy">
<p>${_('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 <abbr title="Program Manager">PM</abbr> or Conrad Warre <a rel="email" class="action action-email" href="mailto:conrad@edx.org">(conrad@edx.org)</a>.')}</p> <p>${_('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 <abbr title="Program Manager">PM</abbr> or Conrad Warre <a rel="email" class="action action-email" href="mailto:conrad@edx.org">(conrad@edx.org)</a>.')}</p>
</div> </div>
...@@ -180,7 +182,7 @@ from contentstore import utils ...@@ -180,7 +182,7 @@ from contentstore import utils
% if not about_page_editable: % if not about_page_editable:
<div class="notice notice-incontext notice-workflow"> <div class="notice notice-incontext notice-workflow">
<h3 class="title"><i class="icon-warning-sign"></i>${_("These Dates Are Not Used When Promoting Your Course")}</h3> <h3 class="title">${_("These Dates Are Not Used When Promoting Your Course")}</h3>
<div class="copy"> <div class="copy">
<p>${_('These dates impact <strong>when your courseware can be viewed</strong>, but they are <strong>not the dates shown on your course summary page</strong>. To provide the course start and registration dates as shown on your course summary page, follow the instructions provided by your <abbr title="Program Manager">PM</abbr> or Conrad Warre <a rel="email" class="action action-email" href="mailto:conrad@edx.org">(conrad@edx.org)</a>.')}</p> <p>${_('These dates impact <strong>when your courseware can be viewed</strong>, but they are <strong>not the dates shown on your course summary page</strong>. To provide the course start and registration dates as shown on your course summary page, follow the instructions provided by your <abbr title="Program Manager">PM</abbr> or Conrad Warre <a rel="email" class="action action-email" href="mailto:conrad@edx.org">(conrad@edx.org)</a>.')}</p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment