mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-65387-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
912156439d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
<div class="form-inline text-xs-right">
|
<div class="form-inline text-xs-right">
|
||||||
<input type="hidden" name="sesskey" value="{{sesskey}}">
|
<input type="hidden" name="sesskey" value="{{sesskey}}">
|
||||||
<label for="downloadtype_{{name}}" class="mr-1">{{label}}</label>
|
<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}}
|
{{#options}}
|
||||||
<option value="{{value}}">{{label}}</option>
|
<option value="{{value}}">{{label}}</option>
|
||||||
{{/options}}
|
{{/options}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue