MDL-86767 forum: let forum use standard buttons.

This commit is contained in:
Luca Bösch
2025-10-09 21:05:32 +02:00
parent 7abebfa820
commit 8d7e88efff
2 changed files with 2 additions and 2 deletions
@@ -38,7 +38,7 @@
}}
<button type="button" id="filter-dates-button" class="btn btn-primary rounded p-1" aria-expanded="false"
<button type="button" id="filter-dates-button" class="btn btn-primary" aria-expanded="false"
aria-haspopup="true" aria-label="{{# str}} filter:datesbuttonlabel, forumreport_summary {{/ str}}">
{{filterdatesname}}
</button>
@@ -39,7 +39,7 @@
}}
{{#hasgroups}}
<button type="button" id="filter-groups-button" class="btn btn-primary rounded p-1 ms-2" aria-expanded="false"
<button type="button" id="filter-groups-button" class="btn btn-primary ms-2" aria-expanded="false"
aria-haspopup="true" aria-label="{{# str}} filter:groupsbuttonlabel, forumreport_summary {{/ str}}">
{{filtergroupsname}}
</button>