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 ----- modules/organize/views/organize_button_pane.html.php | 11 +++++------ 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'modules/organize/views') 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 ?>; diff --git a/modules/organize/views/organize_button_pane.html.php b/modules/organize/views/organize_button_pane.html.php index a39c643c..9902eafb 100644 --- a/modules/organize/views/organize_button_pane.html.php +++ b/modules/organize/views/organize_button_pane.html.php @@ -1,7 +1,6 @@ - -"> @@ -9,14 +8,14 @@ -"> -"> @@ -24,14 +23,14 @@ -"> -"> -- cgit v1.2.3