MDL-67544 mod_forum: Ensure that private reply checkbox has unique id
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
</button>
|
||||
{{#canreplyprivately}}
|
||||
<div class="form-check form-check-inline">
|
||||
<input type="checkbox" class="form-check-input" id="private-reply" title="{{#str}} privatereply, forum {{/str}}" name="privatereply"/>
|
||||
<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>
|
||||
</div>
|
||||
{{/canreplyprivately}}
|
||||
@@ -65,4 +65,4 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user