summaryrefslogtreecommitdiff
path: root/views/partials/settings.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/settings.ejs')
-rw-r--r--views/partials/settings.ejs11
1 files changed, 8 insertions, 3 deletions
diff --git a/views/partials/settings.ejs b/views/partials/settings.ejs
index adf184e..d36cf6c 100644
--- a/views/partials/settings.ejs
+++ b/views/partials/settings.ejs
@@ -29,9 +29,14 @@
<select id="thread_keyword" name="keyword"></select>
</div>
<div>
- <label for="thread_hoots">hoot style</label>
- <input id="thread_hoots" name="hoots" value="0" type="hidden">
- <input id="thread_hoots" name="hoots" value="1" type="checkbox">
+ <label for="thread_hootbox">hoot style</label>
+ <input id="thread_hootbox" name="hootbox" value="0" type="hidden">
+ <input id="thread_hootbox" name="hootbox" value="1" type="checkbox">
+ </div>
+ <div>
+ <label for="thread_noupload">disable uploads</label>
+ <input id="thread_noupload" name="noupload" value="0" type="hidden">
+ <input id="thread_noupload" name="noupload" value="1" type="checkbox">
</div>
<div>
<label for="thread_shorturls">shorten urls</label>