MDL-86767 forum: let forum use standard buttons.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user