From 12d976b94d6e7b13e1124b2c943c33d8cd0876e8 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 28 Apr 2009 21:29:14 +0000 Subject: 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. --- modules/organize/views/organize.html.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/organize/views/organize.html.php') 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 = ""; var RESUME_BUTTON = ""; var CANCEL_BUTTON = ""; - var OPERATION_RUNNING = ""; var INVALID_DROP_TARGET = "
"; - var MOVE_PAUSED = "
"; - var MOVE_RESUMED = "
"; - var REARRANGE_PAUSED = "
"; - var REARRANGE_RESUMED = "
"; var item_id = id ?>; -- cgit v1.2.3