mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-17 12:24:58 -04:00
Add dropzone js uploader as a replacement for uploadify. The latter still remains almost entirely intact.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<div>
|
||||
<!-- 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="$('#gAddPhotosForm').submit();return false;">
|
||||
<?= t("Done") ?>
|
||||
</button>
|
||||
<button id="g-upload-cancel-all" class="ui-state-default ui-corner-all">
|
||||
<?= t("Cancel uploads") ?>
|
||||
</button>
|
||||
<span id="g-add-photos-status-message" />
|
||||
</div>
|
||||
Reference in New Issue
Block a user