From 96bcc8146cc64151551e4c7499829c1ede9b62cd Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jul 2010 07:03:43 -0700 Subject: Style and text cleanup. Parameterize the minimum flash value so that we can use it in the internationalized string. Fix capitalization. --- modules/organize/views/organize_dialog.html.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'modules') diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 40cebfcf..df388a16 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -98,12 +98,12 @@ controllerUri: "" }; }; - /* - For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), - for no version detection. - */ - var swfVersionStr = "10.0.0"; - /* To use express install, set to playerProductInstall.swf, otherwise the empty string.*/ + + // For version detection, set to minimum required Flash Player version, or 0 (or 0.0.0), + // for no version detection. + var swfVersionStr = ""; + + // To use express install, set to playerProductInstall.swf, otherwise the empty string. var xiSwfUrlStr = ""; var flashvars = {}; @@ -129,12 +129,14 @@

html::purify($album->title))) ?>

- + $flash_minimum_version)) ?>

-- cgit v1.2.3