diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-08-30 22:43:42 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-08-30 22:43:42 -0700 | 
| commit | 7819cc1723ef74be2c9d8839b4e7c53f270b4ceb (patch) | |
| tree | ee622e3fd204c801c2a8b85f32d4906aa9e3bbf1 /modules/organize/views | |
| parent | 9bc84b69863495a7977f63bf5b60fcb1e9811e49 (diff) | |
| parent | 5568ab24decd31e185fa1b19d29838ec3b30e570 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/organize/views')
| -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" | 
