Advertisement
carloslitho

Untitled

May 27th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?php defined("SYSPATH") or die("No direct script access.") ?>
  2. <div class="requires-flash">
  3. <!-- Proxy the done request back to our form, since its been ajaxified -->
  4. <button id="g-upload-done" class="ui-state-default ui-corner-all" onclick="$('#g-add-photos-form').submit();return false;">
  5. <?= t("Done") ?>
  6. </button>
  7. <button id="g-upload-cancel-all" class="ui-state-default ui-corner-all ui-state-disabled" onclick="$('#g-uploadify').uploadifyClearQueue();return false;" disabled="disabled">
  8. <?= t("Cancel uploads") ?>
  9. </button>
  10. <span id="g-add-photos-status-message" />
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement