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/gallery/views/form_uploadify_buttons.html.php | |
| parent | 9bc84b69863495a7977f63bf5b60fcb1e9811e49 (diff) | |
| parent | 5568ab24decd31e185fa1b19d29838ec3b30e570 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views/form_uploadify_buttons.html.php')
| -rw-r--r-- | modules/gallery/views/form_uploadify_buttons.html.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/modules/gallery/views/form_uploadify_buttons.html.php b/modules/gallery/views/form_uploadify_buttons.html.php index 98729bd7..ce4d989c 100644 --- a/modules/gallery/views/form_uploadify_buttons.html.php +++ b/modules/gallery/views/form_uploadify_buttons.html.php @@ -1,8 +1,10 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<!-- Proxy the done request back to our form, since its been ajaxified --> -<button id="g-upload-done" class="ui-state-default ui-corner-all" onclick="$('#g-add-photos-form').submit();return false;"> +<div class="requires-flash"> + <!-- Proxy the done request back to our form, since its been ajaxified --> + <button id="g-upload-done" class="ui-state-default ui-corner-all" onclick="$('#g-add-photos-form').submit();return false;"> <?= t("Done") ?> -</button> -<button id="g-upload-cancel-all" class="ui-state-default ui-corner-all ui-state-disabled" onclick="$('#g-uploadify').uploadifyClearQueue();return false;" disabled="disabled"> + </button> + <button id="g-upload-cancel-all" class="ui-state-default ui-corner-all ui-state-disabled" onclick="$('#g-uploadify').uploadifyClearQueue();return false;" disabled="disabled"> <?= t("Cancel uploads") ?> -</button> + </button> +</div> |
