diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-30 22:21:00 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-30 22:21:00 -0700 |
commit | 5568ab24decd31e185fa1b19d29838ec3b30e570 (patch) | |
tree | 59ca5ac2d8c743ca65597e3bb930765189b8c8b4 /modules/organize | |
parent | c85b20d6ab055d7419c607903cc641abeca9e91e (diff) |
Normalize the "flash missing" message string with the one in the
uploader for convenient localization.
Diffstat (limited to 'modules/organize')
-rw-r--r-- | modules/organize/views/organize_dialog.html.php | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index cafc4418..b76813ad 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -1,10 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <script type="text/javascript" src="<?= url::file("lib/swfobject.js") ?>"></script> <style type="text/css" media="screen"> - #flashContent { - //display:none; - } - .g-organize { padding: 0; margins: 0; @@ -21,10 +17,10 @@ </style> <script type="text/javascript"> - $("#g-dialog").bind("dialogclose", function(event, ui) { - // @todo do a call to organize/closing to end the batch - window.location.reload(); - }); + $("#g-dialog").bind("dialogclose", function(event, ui) { + // @todo do a call to organize/closing to end the batch + window.location.reload(); + }); function closeOrganizeDialog() { $("#g-dialog").dialog("close"); @@ -130,7 +126,7 @@ <h1 style="display:none"><?= t("Organize :: %name", array("name" => html::purify($album->title))) ?></h1> <div id="flashContent"> <p> - <?= t("To use the Organize feature, please ensure that Adobe Flash Player version %flash_minimum_version or greater is installed.", array("flash_minimum_version" => $flash_minimum_version)) ?> + <?= t("Your browser must have Adobe Flash Player version %flash_minimum_version or greater installed to use this feature.", array("flash_minimum_version" => $flash_minimum_version)) ?> </p> <a href="http://www.adobe.com/go/getflashplayer"> <img src="<?= request::protocol() ?>://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" |