From 1da4bc7daa2e8485f708f6da84e811b8bd83f51b Mon Sep 17 00:00:00 2001 From: patdenice Date: Tue, 23 Sep 2008 10:10:43 +0000 Subject: Change cursor when moving on categories git-svn-id: http://piwigo.org/svn/trunk@2573 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/cat_list.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin') 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} -- cgit v1.2.3