@@ -88,24 +88,24 @@ FrameTrail.defineModule('ViewVideo', function(FrameTrail){
8888 + ' </div>'
8989 + ' <div class="rightControlPanel">'
9090 + ' <div class="sharingWidget playerControl" data-tooltip-bottom-right="' + labels [ 'GenericShareEmbed' ] + '"><span class="icon-share"></span></div>'
91- + ' <div class="annotationSearchButton playerControl contextButton">'
91+ + ' <div class="annotationSearchButton playerControl contextButton" data-tooltip-bottom-right="' + labels [ 'GenericSearch' ] + '" >'
9292 + ' <span class="icon-search"></span>'
9393 + ' <div class="annotationSearchContainer contextButtonContainer">'
9494 + ' </div>'
9595 + ' </div>'
96- + ' <div class="layoutAreasButton playerControl">'
96+ + ' <div class="layoutAreasButton playerControl" data-tooltip-bottom-right="' + labels [ 'GenericLayoutAreas' ] + '" >'
9797 + ' <span class="icon-th-large-1"></span>'
9898 + ' <div class="layoutAreasPanel"></div>'
9999 + ' </div>'
100- + ' <div class="captionsButton playerControl">'
100+ + ' <div class="captionsButton playerControl" data-tooltip-bottom-right="' + labels [ 'GenericSubtitles' ] + '" >'
101101 + ' <span class="icon-captions-off"></span>'
102102 + ' <div class="captionSelectContainer">'
103103 + ' <div class="captionSelect none" data-lang="" data-config="hv_config_captionsVisible">' + labels [ 'GenericNone' ] + '</div>'
104104 + ' <div class="captionSelectList"></div>'
105105 + ' </div>'
106106 + ' </div>'
107- + ' <div class="volumeButton playerControl"><span class="icon-volume-up"></span></div>'
108- + ' <div class="fullscreenButton playerControl"><span class="icon-resize-full-alt"></span></div>'
107+ + ' <div class="volumeButton playerControl" data-tooltip-bottom-right="' + labels [ 'GenericVolume' ] + '" ><span class="icon-volume-up"></span></div>'
108+ + ' <div class="fullscreenButton playerControl" data-tooltip-bottom-right="' + labels [ 'GenericFullscreen' ] + '" ><span class="icon-resize-full-alt"></span></div>'
109109 + ' </div>'
110110 + ' </div>'
111111 + ' <div class="annotationTimeline timeline"></div>'
@@ -278,7 +278,7 @@ FrameTrail.defineModule('ViewVideo', function(FrameTrail){
278278 + ' <div>Link</div>'
279279 + ' <input type="text" value="' + url + '"/>'
280280 + ' <div>Embed Code</div>'
281- + ' <textarea style="height: 100px;" readonly><iframe width="800" height="600" src="' + iframeUrl + '" title="' + hypervideoTitle + '" frameborder="0" allow="fullscreen" allowfullscreen></iframe></textarea>'
281+ + ' <textarea class="m-0" style="height: 100px;" readonly><iframe width="800" height="600" src="' + iframeUrl + '" title="' + hypervideoTitle + '" frameborder="0" allow="fullscreen" allowfullscreen></iframe></textarea>'
282282 + '</div>' ;
283283 var shareDialog = _sdWrapper . firstElementChild ;
284284
@@ -296,17 +296,10 @@ FrameTrail.defineModule('ViewVideo', function(FrameTrail){
296296 modal : true ,
297297 resizable : false ,
298298 width : 500 ,
299- height : 360 ,
299+ height : "auto" ,
300300 close : function ( ) {
301301 shareDialogCtrl . destroy ( ) ;
302- } ,
303- buttons : [
304- { text : 'OK' ,
305- click : function ( ) {
306- shareDialogCtrl . close ( ) ;
307- }
308- }
309- ]
302+ }
310303 } ) ;
311304 } ) ;
312305
0 commit comments