mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-09 06:29:07 -04:00
12 lines
467 B
PHP
12 lines
467 B
PHP
<?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>
|