diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 91e5d52026..5eeefaecaa 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -285,6 +285,7 @@ } .published-alert { + display: none; padding: 10px; border: 1px solid #edbd3c; border-radius: 3px; @@ -430,7 +431,11 @@ display: none; } - #create-draft { + .published-alert { + display: block; + } + + .edit-draft-message { display: none; } } @@ -438,13 +443,17 @@ .edit-state-public { #save-draft, #delete-draft, - #publish-draft, .component-actions, .new-component-item, - #published-alert { + #published-alert, + .publish-draft-message { display: none; } + .published-alert { + display: block; + } + .drag-handle { display: none !important; } diff --git a/cms/templates/unit.html b/cms/templates/unit.html index bef3695a8d..1348072d4c 100644 --- a/cms/templates/unit.html +++ b/cms/templates/unit.html @@ -80,8 +80,10 @@ - This unit has been published. Click here to edit it. - This unit has already been published. Click here to release your changes to it +
+

This unit has been published. To make changes, you must edit a draft.

+

This is a draft of the published unit. To update the live version, you must replace it with this draft.

+

This unit is scheduled to be released to students on ${subsection.start} with the subsection "${subsection.display_name}"