diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-20 21:10:56 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-20 21:10:56 -0800 |
| commit | 23a60fb1f217475419c55adc7ce7427fcdadb2c3 (patch) | |
| tree | 28b15d661787b9d3d17dddbc7442a5f6282c49c7 /modules/gallery/views/form_uploadify_buttons.html.php | |
| parent | 1fec5e22b4e45c3c892b992e4fb2f2983ca3f206 (diff) | |
| parent | 005cf8e8286b4dbc99bc47fae2662acfca855fd7 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views/form_uploadify_buttons.html.php')
| -rw-r--r-- | modules/gallery/views/form_uploadify_buttons.html.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/gallery/views/form_uploadify_buttons.html.php b/modules/gallery/views/form_uploadify_buttons.html.php new file mode 100644 index 00000000..d88bb6aa --- /dev/null +++ b/modules/gallery/views/form_uploadify_buttons.html.php @@ -0,0 +1,8 @@ +<?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;"> + <?= 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"> + <?= t("Cancel All") ?> +</button> |
