MDL-67544f= mod_forum: Correct "for" attribute on private checkbox

This commit is contained in:
Andrew Nicols
2020-01-09 14:55:52 +08:00
parent 350edf7567
commit 3b1c8dfd67
+1 -1
View File
@@ -56,7 +56,7 @@
{{#canreplyprivately}}
<div class="form-check form-check-inline">
<input type="checkbox" class="form-check-input" id="private-reply-checkbox-{{uniqid}}" title="{{#str}} privatereply, forum {{/str}}" name="privatereply"/>
<label class="form-check-label" for="private-reply">{{#str}} privatereply, forum {{/str}}</label>
<label class="form-check-label" for="private-reply-checkbox-{{uniqid}}">{{#str}} privatereply, forum {{/str}}</label>
</div>
{{/canreplyprivately}}
<button title="{{#str}} advanced, core {{/str}}" data-action="forum-advanced-reply" class="btn btn-link float-right" type="submit">