Merge branch 'MDL-65374-36' of https://github.com/lucaboesch/moodle into
MOODLE_36_STABLE
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<div class="form-inline mt-3">
|
||||
<input type="hidden" name="bulkmove" value="0" id="bulkmoveinput">
|
||||
<label for="menumoveafter">{{#str}}moveselectedto, grades{{/str}}</label>
|
||||
<select name="moveafter" id="menumoveafter" class="ignoredirty singleselect select form-control">
|
||||
<select name="moveafter" id="menumoveafter" class="ignoredirty singleselect custom-select form-control">
|
||||
{{#bulkmoveoptions}}
|
||||
<option value="{{value}}">{{name}}</option>
|
||||
{{/bulkmoveoptions}}
|
||||
|
||||
Reference in New Issue
Block a user