Merge branch 'MDL-74324-master' of https://github.com/ferranrecio/moodle

This commit is contained in:
Jun Pataleta
2022-04-01 10:12:56 +08:00
committed by Andrew Nicols
@@ -48,8 +48,8 @@ along with Moodle. If not, see <http://www.gnu.org/licenses/>.
<button aria-label="{{#str}}actionsmenu{{/str}}" class="btn btn-secondary dropdown-toggle" id="dropdown-actions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{#str}}more, core_contentbank{{/str}}
</button>
<div class="dropdown-menu" aria-labelledby="dropdown-actions">
{{! dropdown-menu-right style to fix RTL placement }}
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown-actions">
{{#options}}
<a class="dropdown-item" {{#attributes}}{{name}}="{{value}}"{{/attributes}} href="{{url}}">{{label}}</a>
{{/options}}