MDL-87058 forum: "Advanced" option consistent position.

This commit is contained in:
Luca Bösch
2026-02-20 19:47:04 +01:00
parent dfeb7c1bf7
commit 15eb1d0790
@@ -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>