diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 04:41:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 04:41:13 +0100 |
| commit | 041efed20500c145a639d8303c2a0e770bba4552 (patch) | |
| tree | 8a8c00ac93589036b1b917a8f3e58e06670e1f33 /views/partials/settings.ejs | |
| parent | d4ece4ab1f461653c53bb56f23406c553ea78dd3 (diff) | |
hoot order!
Diffstat (limited to 'views/partials/settings.ejs')
| -rw-r--r-- | views/partials/settings.ejs | 11 |
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> |
