Skip to content

Commit

Permalink
Merge branch 'MDL-76785-401' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_401_STABLE
  • Loading branch information
junpataleta committed Jan 9, 2023
2 parents 1361e6a + 3387060 commit 8ea2421
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions lib/editor/tiny/plugins/media/lang/en/tiny_media.php
Expand Up @@ -98,5 +98,7 @@
$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';
Expand Up @@ -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>
Expand Down

0 comments on commit 8ea2421

Please sign in to comment.