瀏覽代碼

Update setting.tpl

wangbin13 3 年之前
父節點
當前提交
1eccb69105
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      views/book/setting.tpl

+ 3 - 3
views/book/setting.tpl

@@ -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}}