aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-09-23 10:10:43 +0000
committerpatdenice <patdenice@piwigo.org>2008-09-23 10:10:43 +0000
commit1da4bc7daa2e8485f708f6da84e811b8bd83f51b (patch)
tree138761fe8ad2837c88fae7c8a14ec0a7810f7ffd /admin
parentdda9f5db6678ca617aee36c0281d39325db5ef8c (diff)
Change cursor when moving on categories
git-svn-id: http://piwigo.org/svn/trunk@2573 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/cat_list.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/cat_list.tpl b/admin/template/goto/cat_list.tpl
index d4b6b8a83..4bf158baf 100644
--- a/admin/template/goto/cat_list.tpl
+++ b/admin/template/goto/cat_list.tpl
@@ -7,9 +7,9 @@
jQuery().ready(function(){ldelim}
jQuery(".catPos").hide();
jQuery(".drag_button").show();
- jQuery('.categoryUl').sortable({ldelim}
+ jQuery(".categoryLi").css("cursor","move");
+ jQuery(".categoryUl").sortable({ldelim}
axis: "y",
- cursor: "move",
opacity: 0.8
});
jQuery("#categoryOrdering").submit(function(){ldelim}