From f1e2a2065b213f42f7993d8afa5eef36818034bf Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Mon, 20 Mar 2006 01:51:45 +0000 Subject: [PATCH] mosaic wizard: change layout & make VLM command batch display optional. --- share/http/dialogs/mosaic | 14 +++++++++++--- share/http/js/functions.js | 1 + 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/share/http/dialogs/mosaic b/share/http/dialogs/mosaic index 215e2a0e0a..5260be7678 100644 --- a/share/http/dialogs/mosaic +++ b/share/http/dialogs/mosaic @@ -27,7 +27,7 @@ This dialog needs the following dialogs to be fully functional: input and sout. -
+
VLC media player - Mosaic wizard
+ +
+ +
+ +

- Edit the following VLM command batch if you want to fine tune your mosaic settings:
+
diff --git a/share/http/js/functions.js b/share/http/js/functions.js index fe76791475..4852875565 100644 --- a/share/http/js/functions.js +++ b/share/http/js/functions.js @@ -197,6 +197,7 @@ function toggle_show_node( id ) } function show( id ){ document.getElementById( id ).style.display = 'block'; } +function showinline( id ){ document.getElementById( id ).style.display = 'inline'; } function hide( id ){ document.getElementById( id ).style.display = 'none'; } -- 2.39.5