Commit a01d296d by Frances Botsford

moved Studio public Pages warning to a more prominent location

parent bb4f30b3
...@@ -31,6 +31,16 @@ ...@@ -31,6 +31,16 @@
} }
} }
} }
.notice-incontext {
padding: 0;
box-shadow: none;
.copy {
@extend %t-copy-base;
opacity: 1;
}
}
} }
.content-supplementary { .content-supplementary {
......
...@@ -54,6 +54,11 @@ ...@@ -54,6 +54,11 @@
<section class="content"> <section class="content">
<article class="content-primary" role="main"> <article class="content-primary" role="main">
<div class="notice-incontext">
<p class="copy">${_("Note: Pages are publicly visible. If users know the URL of a page, they can view the page even if they are not registered for or logged in to your course.")}</p>
</div>
<div class="inner-wrapper"> <div class="inner-wrapper">
<article class="unit-body"> <article class="unit-body">
...@@ -139,8 +144,6 @@ ...@@ -139,8 +144,6 @@
<div class="bit"> <div class="bit">
<h3 class="title-3">${_("What are pages?")}</h3> <h3 class="title-3">${_("What are pages?")}</h3>
<p>${_("Pages are listed horizontally at the top of your course. Default pages (Courseware, Course info, Discussion, Wiki, and Progress) are followed by textbooks and custom pages that you create.")}</p> <p>${_("Pages are listed horizontally at the top of your course. Default pages (Courseware, Course info, Discussion, Wiki, and Progress) are followed by textbooks and custom pages that you create.")}</p>
<p>${_("Note: Pages are publicly visible. If users know the URL of a page, they can view the page even if they are not registered for or logged in to your course.")}</p>
</div> </div>
<div class="bit"> <div class="bit">
<h3 class="title-3">${_("Custom pages")}</h3> <h3 class="title-3">${_("Custom pages")}</h3>
......
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