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
be848023
Commit
be848023
authored
Nov 26, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings - added in example of anon discussions disabled state
parent
4027576e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
cms/static/sass/_settings.scss
+4
-0
cms/templates/settings.html
+24
-0
No files found.
cms/static/sass/_settings.scss
View file @
be848023
...
...
@@ -159,6 +159,10 @@
}
input
:disabled
+
.copy
>
label
,
input
:disabled
+
.label
{
color
:
$mediumGrey
;
}
.input-default
input
,
.input-default
textarea
{
color
:
$mediumGrey
;
...
...
cms/templates/settings.html
View file @
be848023
...
...
@@ -779,6 +779,30 @@
</div>
<div
class=
"row row-col2"
>
<h4
class=
"label"
>
Anonymous Discussions:
</h4>
<div
class=
"field"
>
<div
class=
"input input-radio"
>
<input
checked=
"checked"
type=
"radio"
name=
"course-discussions-anonymous"
id=
"course-discussions-anonymous-allow"
value=
"Allow"
>
<div
class=
"copy"
>
<label
for=
"course-discussions-anonymous-allow"
>
Allow
</label>
<span
class=
"tip tip-stacked"
>
Students and faculty
<strong>
will be able to post anonymously
</strong></span>
</div>
</div>
<div
class=
"input input-radio"
>
<input
disabled=
"disabled"
type=
"radio"
name=
"course-discussions-anonymous"
id=
"course-discussions-anonymous-dontallow"
value=
"Do Not Allow"
>
<div
class=
"copy"
>
<label
for=
"course-discussions-anonymous-dontallow"
>
Do not allow
</label>
<span
class=
"tip tip-stacked"
>
This option is disabled since there are previous discussions that are anonymous.
</span>
</div>
</div>
</div>
</div>
<div
class=
"row row-col2"
>
<h4
class=
"label"
>
Discussion Categories
</h4>
<div
class=
"field enum"
>
...
...
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