Merge branch 'MDL-85177-main' of https://github.com/lucaboesch/moodle
This commit is contained in:
@@ -320,11 +320,6 @@ body.path-mod-quiz table tbody tr.gradedattempt > td.sticky-column {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
#page-mod-quiz-edit .section .activity .actions .version-selection {
|
||||
width: 8em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.quiz-secure-window * {
|
||||
display: none;
|
||||
|
||||
@@ -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 version-selection"
|
||||
<select id="version-{{slotid}}" name="version" class="form-select 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