Merge branch 'MDL-65387-master' of https://github.com/lucaboesch/moodle

This commit is contained in:
Adrian Greeve 2019-05-09 11:22:38 +08:00
commit 912156439d

View File

@ -42,7 +42,7 @@
<div class="form-inline text-xs-right">
<input type="hidden" name="sesskey" value="{{sesskey}}">
<label for="downloadtype_{{name}}" class="mr-1">{{label}}</label>
<select name="{{name}}" id="downloadtype_{{name}}" class="form-control">
<select name="{{name}}" id="downloadtype_{{name}}" class="form-control custom-select mr-1">
{{#options}}
<option value="{{value}}">{{label}}</option>
{{/options}}