Merge branch 'MDL-65387-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE

This commit is contained in:
Adrian Greeve
2019-05-09 11:25:06 +08:00
@@ -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}}