MDL-67544f= mod_forum: Correct "for" attribute on private checkbox
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user