added make visible to menu, and visibility description to threads
This commit is contained in:
@@ -169,6 +169,12 @@ body.discussion {
|
||||
}
|
||||
}
|
||||
|
||||
.form-group-label {
|
||||
display: block;
|
||||
padding-top: 5px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.topic_dropdown_button {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
@@ -1373,7 +1379,7 @@ body.discussion {
|
||||
|
||||
.group-visibility-label {
|
||||
font-size: 12px;
|
||||
color:#ddd;
|
||||
color:#fff;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@@ -45,6 +45,14 @@
|
||||
%elif course.metadata.get("allow_anonymous_to_peers", False):
|
||||
<input type="checkbox" name="anonymous_to_peers" class="discussion-anonymous-to-peers" id="new-post-anonymous-to-peers"><label for="new-post-anonymous-to-peers">post anonymously to classmates</label>
|
||||
%endif
|
||||
<div class="form-group-label">
|
||||
Make visible to:
|
||||
<select class="group-filter-select">
|
||||
<option value="all">All Groups</option>
|
||||
<option value="g1">Group 1</option>
|
||||
<option value="g2">Group 2</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right-column">
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
<option value="g1">Group 1</option>
|
||||
<option value="g2">Group 2</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
<div class="post-list-wrapper">
|
||||
<ul class="post-list">
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
<div class="discussion-post">
|
||||
<div><a href="javascript:void(0)" class="dogear action-follow" data-tooltip="follow"></a></div>
|
||||
<header>
|
||||
<div class="group-visibility-label">This post visible only to Group 1.</div>
|
||||
<a href="#" class="vote-btn discussion-vote discussion-vote-up" data-role="discussion-vote" data-tooltip="vote"><span class="plus-icon">+</span> <span class='votes-count-number'>${'<%- votes["up_count"] %>'}</span></a>
|
||||
<h1>${'<%- title %>'}</h1>
|
||||
<p class="posted-details">
|
||||
|
||||
Reference in New Issue
Block a user