Merge branch 'MDL-84114-main' of https://github.com/lucaboesch/moodle
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<div class="actions">
|
||||
{{#versionselection}}
|
||||
<label for="version-{{slotid}}" class="visually-hidden">{{#str}}question_version, question{{/str}}</label>
|
||||
<select id="version-{{slotid}}" name="version" class="form-control me-2 h-auto version-selection"
|
||||
<select id="version-{{slotid}}" name="version" class="form-control me-2 version-selection"
|
||||
data-action="mod_quiz-select_slot" data-slot-id="{{slotid}}">
|
||||
{{#versionoption}}
|
||||
<option value="{{version}}" {{#selected}}selected="selected"{{/selected}}>{{versionvalue}}</option>
|
||||
|
||||
Reference in New Issue
Block a user