diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-28 21:29:14 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-28 21:29:14 +0000 |
| commit | 12d976b94d6e7b13e1124b2c943c33d8cd0876e8 (patch) | |
| tree | 71241ffcbedbc94472d6a889a8be1b29d71fc50f /modules/organize/views/organize.html.php | |
| parent | 1596c9f3da148143a12474596408d788f7c3ba4a (diff) | |
1) Refactor the ajax calls so that the code is reused across multipl
request types.
2) Enable/Disable the drawer handle buttons depending on the number of
items selcted
3) Image rotation works.
Diffstat (limited to 'modules/organize/views/organize.html.php')
| -rw-r--r-- | modules/organize/views/organize.html.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php index c423f5a1..1b4a130a 100644 --- a/modules/organize/views/organize.html.php +++ b/modules/organize/views/organize.html.php @@ -5,12 +5,7 @@ var PAUSE_BUTTON = "<?= t("Pause") ?>"; var RESUME_BUTTON = "<?= t("Resume") ?>"; var CANCEL_BUTTON = "<?= t("Cancel") ?>"; - var OPERATION_RUNNING = "<?= t("Operation in Progress") ?>"; var INVALID_DROP_TARGET = "<div class=\"gError\"><?= t("Drop cancelled as it would result in a recursive move") ?></div>"; - var MOVE_PAUSED = "<div class=\"gWarning\"><?= t("The move operation was paused") ?></div>"; - var MOVE_RESUMED = "<div class=\"gWarning\"><?= t("The move operation was resumed") ?></div>"; - var REARRANGE_PAUSED = "<div class=\"gWarning\"><?= t("The rearrange operation was paused") ?></div>"; - var REARRANGE_RESUMED = "<div class=\"gWarning\"><?= t("The rearrange operation was resumed") ?></div>"; var item_id = <?= $item->id ?>; |
