Skip to content

Commit db1d5a4

Browse files
committed
Updated bootstrap dropdown mark up
1 parent 7742dcc commit db1d5a4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

db/subplugins.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"subplugintypes": {
3+
"peerworkcalculator": "calculator"
4+
},
25
"plugintypes": {
36
"peerworkcalculator": "mod\/peerwork\/calculator"
47
}

templates/peerwork_detail_summary.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
{{# overridepeergrades }}
8686
<strong>{{# str }} overridepeergradesby, mod_peerwork {{/ str }}</strong>
8787
<div id="memberdropdown" class="dropdown justify-content-center py-3">
88-
<a class="dropdown-toggle nav-link" id="drop-down-{{ uniqid }}" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{# str }} select, core {{/ str }}"
89-
href="#">
88+
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" title="{{# str }} select, core {{/ str }}">
9089
{{# str }} select, core {{/ str }}
9190
</a>
9291
<div class="dropdown-menu mt-0" aria-labelledby="drop-down-{{ uniqid }}">

0 commit comments

Comments
 (0)