From 6459f167fd38127f2e8edeaad9ca9a5ebbf7ca46 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 1 Dec 2008 23:14:26 +0000 Subject: Drag and Drop is starting to work. You can drag the New Album over any of the directorys and it will be allowed. Drag anything over New Album and it will return. You can drag an tree item except the root over the delete icon and it will be accepted. Now I need to build the ajax and server side functionality the at allows this to all work. --- modules/rearrange/helpers/rearrange_block.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/rearrange/helpers') diff --git a/modules/rearrange/helpers/rearrange_block.php b/modules/rearrange/helpers/rearrange_block.php index 579c9362..7695b4f1 100644 --- a/modules/rearrange/helpers/rearrange_block.php +++ b/modules/rearrange/helpers/rearrange_block.php @@ -19,6 +19,7 @@ */ class rearrange_block_Core { public static function head($theme) { + $head[] = html::script("modules/rearrange/js/jquery-ui-core-draggable-droppable-1.5.2.js"); $head[] = html::script("modules/rearrange/js/jquery.gallery.rearrange.tree.js"); $url = url::file("modules/rearrange/css/rearrange.css"); -- cgit v1.2.3