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

This commit is contained in:
Sara Arjona
2019-05-07 16:24:38 +08:00
committed by Adrian Greeve
@@ -40,7 +40,7 @@
<div class="form-inline">
<input type="text" size="5" id="{{id}}v" name="{{name}}[v]" value="{{value}}" class="form-control text-ltr">
<label class="sr-only" for="{{id}}u">{{#str}}durationunits, admin{{/str}}</label>
<select id="{{id}}u" name="{{name}}[u]" class="form-control">
<select id="{{id}}u" name="{{name}}[u]" class="form-control custom-select">
{{#options}}
<option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
{{/options}}