From c9cb39aadcaaf118b74d9c33d53373dc4cf9f4a4 Mon Sep 17 00:00:00 2001
From: patdenice
Date: Sat, 20 Sep 2008 01:04:01 +0000
Subject: - Add drag&drop to cat_list.
git-svn-id: http://piwigo.org/svn/trunk@2554 68402e56-0260-453c-a942-63ccdbb3a9ee
---
admin/template/goto/cat_list.tpl | 26 ++++++++++++++++++++++++--
admin/template/goto/default-layout.css | 1 +
admin/template/goto/theme/roma/theme.css | 3 ++-
3 files changed, 27 insertions(+), 3 deletions(-)
(limited to 'admin')
diff --git a/admin/template/goto/cat_list.tpl b/admin/template/goto/cat_list.tpl
index 18368acb3..dd018a8dd 100644
--- a/admin/template/goto/cat_list.tpl
+++ b/admin/template/goto/cat_list.tpl
@@ -1,4 +1,26 @@
{* $Id$ *}
+{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
+{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js" }
+{known_script id="jquery.ui.sortable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.sortable.packed.js" }
+
+
+
{'title_categories'|@translate}
{$CATEGORIES_NAV}
@@ -22,7 +44,7 @@
{foreach from=$categories item=category}
- -
+
-
@@ -46,7 +68,7 @@
{/if}
-
+