Merge branch 'MDL-87058-main' of https://github.com/lucaboesch/moodle

This commit is contained in:
Huong Nguyen
2026-02-24 10:49:39 +07:00
@@ -59,15 +59,15 @@
<button class="btn btn-secondary" data-action="collapsible-link" name="cancelbtn">
{{#str}} cancel, core {{/str}}
</button>
<button data-action="forum-advanced-reply" class="btn btn-link" type="submit">
{{#str}} advanced, core {{/str}}
</button>
{{#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-checkbox-{{uniqid}}">{{#str}} privatereply, forum {{/str}}</label>
</div>
{{/canreplyprivately}}
<button data-action="forum-advanced-reply" class="btn btn-link ms-auto" type="submit">
{{#str}} advanced, core {{/str}}
</button>
</div>
</form>
</div>