mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
Merge branch 'MDL-76785' of https://github.com/paulholden/moodle
This commit is contained in:
commit
6bbe2ebf06
lib/editor/tiny/plugins/media
@ -98,5 +98,7 @@ $string['unusedfilesdesc'] = 'The following embedded files are not used in the t
|
||||
$string['unusedfilesheader'] = 'Unused files';
|
||||
$string['unusedfilesremovalnotice'] = 'Any unused files will be automatically deleted when saving changes.';
|
||||
$string['video'] = 'Video';
|
||||
$string['videoheight'] = 'Video height';
|
||||
$string['videosourcelabel'] = 'Video source URL';
|
||||
$string['videowidth'] = 'Video width';
|
||||
$string['width'] = 'Width';
|
||||
|
@ -116,11 +116,13 @@
|
||||
<div class="mb-1">
|
||||
<label>{{#str}} size, tiny_media {{/str}}</label>
|
||||
<div class="form-inline tiny_media_poster_size">
|
||||
<label class="accesshide">{{#str}} videowidth, tiny_media {{/str}}</label>
|
||||
<input type="text" class="form-control mr-1 tiny_media_width_entry input-mini" size="4" value="{{video.width}}"/>
|
||||
<label for="vdisplayoptions_media-width-entry" class="accesshide">{{#str}} videowidth, tiny_media {{/str}}</label>
|
||||
<input id="vdisplayoptions_media-width-entry" type="text" class="form-control mr-1 tiny_media_width_entry input-mini"
|
||||
size="4" value="{{video.width}}"/>
|
||||
x
|
||||
<label class="accesshide">{{#str}} videoheight, tiny_media {{/str}}</label>
|
||||
<input type="text" class="form-control ml-1 tiny_media_height_entry input-mini" size="4" value="{{video.height}}"/>
|
||||
<label for="vdisplayoptions_media-height-entry" class="accesshide">{{#str}} videoheight, tiny_media {{/str}}</label>
|
||||
<input id="vdisplayoptions_media-height-entry" type="text" class="form-control ml-1 tiny_media_height_entry input-mini"
|
||||
size="4" value="{{video.height}}"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user