mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-71614 qbank_previewquestion: Add role button to Preview
This commit is contained in:
parent
37827bb15d
commit
573b035122
@ -65,7 +65,7 @@
|
||||
<input type="button" name="close" value="{{#str}} closepreview, question{{/str}}" class="btn btn-secondary" id="close-previewquestion-page">
|
||||
{{/redirect}}
|
||||
{{#redirect}}
|
||||
<a href="{{{redirecturl}}}" class="btn btn-secondary">{{#str}} closepreview, question{{/str}}</a>
|
||||
<a href="{{{redirecturl}}}" class="btn btn-secondary" role="button">{{#str}} closepreview, question{{/str}}</a>
|
||||
{{/redirect}}
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user