From d8e91338734185d1bf67f0c84f429d33effce142 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 17 Apr 2009 02:06:00 +0000 Subject: Another iteration in the quest for the perfect organize module. At this point you can select microthumbs, by clicking on them, ctrl-click will add to the selection. You can select by drawing a lasso around images. Holding the ctrl will add the lassoed thumbs to the selection. Once slected, thumbs can be dragged and dropped within the current At this point no background processing takes place --- modules/organize/js/organize_init.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/organize/js/organize_init.js') diff --git a/modules/organize/js/organize_init.js b/modules/organize/js/organize_init.js index 70949eab..faa725d3 100644 --- a/modules/organize/js/organize_init.js +++ b/modules/organize/js/organize_init.js @@ -10,7 +10,8 @@ $("document").ready(function() { autoResize: false, modal: true, resizable: true, - close: closeDialog + close: closeDialog, + zIndex: 75 }); //showLoading("#gDialog"); -- cgit v1.2.3