* try fixing report form
* make captcha widget optional
This commit is contained in:
@@ -41,11 +41,11 @@
|
||||
<span class="postreport">
|
||||
<label for="report_{{post.PostHash}}">[x]</label>
|
||||
<input type="checkbox" id="report_{{post.PostHash}}">
|
||||
<span style="display: none;" onclick="nntpchan_report('{{post.MessageID}}', '{{post.PostHash}}', '{{post.Reference}}', '{{post.ReferenceHash}}')">
|
||||
<div style="display: none;" onclick="nntpchan_report('{{post.MessageID}}', '{{post.PostHash}}', '{{post.Reference}}', '{{post.ReferenceHash}}')">
|
||||
<span class="mod-delete">
|
||||
[delete]
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
@@ -53,6 +53,8 @@
|
||||
</td>
|
||||
</tr>
|
||||
{{/files}}
|
||||
{{#DisableCaptcha}}
|
||||
{{^DisableCaptcha}}
|
||||
<tr>
|
||||
<th>
|
||||
{{#i18n.Translations}}{{captcha}}{{/i18n.Translations}}
|
||||
@@ -69,6 +71,7 @@
|
||||
<input type="text" name="captcha" autocomplete="off" id="captcha_solution" height="175" width="350"/>
|
||||
</td>
|
||||
</tr>
|
||||
{{/DisableCaptcha}}
|
||||
<tr>
|
||||
<th>
|
||||
<label id="censor-toggle" for="censor-tools">[censor tools]</label>
|
||||
@@ -111,4 +114,3 @@
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user