|
@@ -100,14 +100,14 @@
|
|
|
<input type="radio"{{if eq .Model.CommentStatus "closed"}} checked{{end}} name="comment_status" value="closed"> 关闭评论
|
|
|
</label>
|
|
|
<label class="radio-inline">
|
|
|
- <input type="radio"{{if eq .Model.CommentStatus "open"}} checked{{end}} name="comment_status" value="open"> 所有人可见
|
|
|
+ <input type="radio"{{if eq .Model.CommentStatus "open"}} checked{{end}} name="comment_status" value="open"> 开启评论
|
|
|
</label>
|
|
|
- <label class="radio-inline">
|
|
|
+ <!--label class="radio-inline">
|
|
|
<input type="radio"{{if eq .Model.CommentStatus "registered_only"}} checked{{end}} name="comment_status" value="registered_only"> 注册用户可见
|
|
|
</label>
|
|
|
<label class="radio-inline">
|
|
|
<input type="radio"{{if eq .Model.CommentStatus "group_only"}} checked{{end}} name="comment_status" value="group_only"> 成员可见
|
|
|
- </label>
|
|
|
+ </label-->
|
|
|
</div>
|
|
|
</div>
|
|
|
{{if eq .Model.PrivatelyOwned 1}}
|