Merge branch 'MDL-87058-main' of https://github.com/lucaboesch/moodle
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user