mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-26 14:29:14 -04:00
1) Add rearrange processing as a task
2) Improved drop location determination 3) Add a revert if dropped on an invalid target 4) Add a popup dialog to display ajax errors Still to do progress bar, pause/continue and status messages
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<!-- ?= html::script("modules/organize/js/organize.js") ? -->
|
||||
<script>
|
||||
var FATAL_ERROR = "<?= t("Fatal Error") ?>";
|
||||
var item_id = <?= $item->id ?>;
|
||||
var csrf = "<?= $csrf ?>";
|
||||
var rearrangeUrl = "<?= url::site("__URI__/{$item->id}__TASK_ID__?csrf=$csrf") ?>";
|
||||
$("#doc3").ready(function() {
|
||||
organize_dialog_init();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user