mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-64099 message: correct dropdown container html
in the bootstrapbase overridden template <ul> should be used for the dropdown container
This commit is contained in:
parent
4631749c5a
commit
99cbd6197a
@ -74,7 +74,7 @@
|
||||
<button class="btn btn-link btn-icon icon-size-3" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
{{#pix}} i/moremenu, core {{/pix}}
|
||||
</button>
|
||||
<div class="dropdown-menu pull-right">
|
||||
<ul class="dropdown-menu pull-right">
|
||||
<li data-action="view-group-info">
|
||||
<a class="dropdown-item" href="#">
|
||||
{{#str}} groupinfo, core_message {{/str}}
|
||||
@ -90,7 +90,7 @@
|
||||
{{#str}} removefromfavourites, core_message {{/str}}
|
||||
</a>
|
||||
</li>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
|
Loading…
x
Reference in New Issue
Block a user