mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-80055 core_h5p: Re-style 'Edit H5P content' button
This commit is contained in:
parent
b58d1fd4e2
commit
7f95e36604
@ -32,11 +32,16 @@
|
||||
}
|
||||
|
||||
}}
|
||||
{{#editurl}}
|
||||
<div class="d-flex justify-content-end mb-3">
|
||||
<a href="{{editurl}}" class="btn text-primary">
|
||||
{{#pix}}i/edit, core{{/pix}}
|
||||
{{#str}}editcontent, core_h5p{{/str}}
|
||||
</a>
|
||||
</div>
|
||||
{{/editurl}}
|
||||
|
||||
<iframe src="{{embedurl}}" name="h5player" width=":w" height=":h"
|
||||
allowfullscreen="allowfullscreen" class="h5p-player w-100 border-0"
|
||||
style="height: 0px;" id="{{uniqid}}-h5player">
|
||||
</iframe>
|
||||
|
||||
{{#editurl}}
|
||||
<a href="{{editurl}}">{{#str}}editcontent, core_h5p{{/str}}</a>
|
||||
{{/editurl}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user