Files
gallery3/modules/gallery/views/form_dropzone_buttons.html.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>