]> git.sesse.net Git - vlc/blobdiff - share/http/dialogs/mosaic
Add some comments and 'fix' display if the mosaic's width is larger than 600px.
[vlc] / share / http / dialogs / mosaic
index fe6371869344d1dc1ad57b9851d75dbcb1746ca5..baf66c49923079de6ccedd37928b4099a0b58dbb 100644 (file)
@@ -27,7 +27,7 @@ This dialog needs the following dialogs to be fully functional: input and
 sout.
 <vlc id="end" />
 
-<div id="mosaic" class="dialog" >
+<div id="mosaic" class="dialog" style="overflow:visible;">
   <div class="title">
     VLC media player - Mosaic wizard
     <button id="btn_toggle_text" onclick="toggle_btn_text();">
@@ -95,12 +95,14 @@ sout.
   </div>
   <div  id="mosaic_list" class="popup" style="display: none; background: url('images/white.png') repeat;">[<a href="javascript:hide('mosaic_list');">hide</a>] - Select a stream:<br/><div id="mosaic_list_content"></div></div>
   <div class="controls">
-    Click on each of the cells to asign inputs. (<a href="javascript:document.getElementById('mosaic_list').value='';show('mosaic_list');">Show input list</a>)
+    Click on each of the cells to assign inputs. (<a href="javascript:document.getElementById('mosaic_list').value='';show('mosaic_list');">Show input list</a>)
   </div>
   <div id="mosaic_layout" class="mosaic_bg"></div>
-  <textarea id="mosaic_code" cols="80" rows="30"></textarea>
   <div class="controls">
     <input type="button" value="Let's go!" onclick="mosaic_batch(document.getElementById('mosaic_code').value);" />
     <input type="button" value="Stop" onclick="mosaic_stop()" />
+    <br/><br/>
+    Edit the following VLM command batch if you want to fine tune your mosaic settings:
   </div>
+  <textarea id="mosaic_code" cols="80" rows="30"></textarea>
 </div>