summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-15 02:43:51 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-15 02:43:51 +0100
commit1466563673ffe6c41ec9a18bf98565b8562ee4f3 (patch)
tree1eb576380877d3231910ccbb634f33906210ab3f /views
parent0541e7d7457d646dceca375b7fa6e1f382232772 (diff)
thread_users hackery
Diffstat (limited to 'views')
-rw-r--r--views/partials/settings.ejs11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/partials/settings.ejs b/views/partials/settings.ejs
index b174546..3964429 100644
--- a/views/partials/settings.ejs
+++ b/views/partials/settings.ejs
@@ -44,6 +44,17 @@
<input id="thread_shorturls" name="shorturls" value="1" type="checkbox">
</div>
<div>
+ <label for="thread_privacy">private?</label>
+ <input id="thread_privacy" name="privacy" value="0" type="hidden">
+ <input id="thread_privacy" name="privacy" value="1" type="checkbox">
+ </div>
+ <div class="allowed">
+ <script type="text/html" class="allowedTemplate">
+ <label for="user_{{username}}">{{username}}</label>
+ <input id="user_{{username}}" name="allowed" value="{{username}}" type="checkbox">
+ </script>
+ </div>
+ <div>
<label></label>
<input id="thread_submit" value="Save" type="submit">
</div>