Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8452ee7c
Commit
8452ee7c
authored
Mar 31, 2014
by
Mark Hoeber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3132 from edx/markhoeber/documentation/stud-1488
Added note about pages being publicly viewable
parents
2086d09f
a01d296d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
cms/static/sass/views/_static-pages.scss
+10
-0
cms/templates/edit-tabs.html
+5
-0
No files found.
cms/static/sass/views/_static-pages.scss
View file @
8452ee7c
...
...
@@ -31,6 +31,16 @@
}
}
}
.notice-incontext
{
padding
:
0
;
box-shadow
:
none
;
.copy
{
@extend
%t-copy-base
;
opacity
:
1
;
}
}
}
.content-supplementary
{
...
...
cms/templates/edit-tabs.html
View file @
8452ee7c
...
...
@@ -54,6 +54,11 @@
<section
class=
"content"
>
<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"
>
<article
class=
"unit-body"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment