From b4f898fe8cbc6bd1689bc6976a0da508981fd2df Mon Sep 17 00:00:00 2001 From: Shandem Date: Sun, 21 Jun 2009 07:46:27 +0000 Subject: [PATCH] DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB Tree CSS path fixup [TFS Changeset #55211] --- umbraco/presentation/umbraco_client/Tree/UmbracoTree.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/umbraco/presentation/umbraco_client/Tree/UmbracoTree.js b/umbraco/presentation/umbraco_client/Tree/UmbracoTree.js index 67f5f78416..e0efeca023 100644 --- a/umbraco/presentation/umbraco_client/Tree/UmbracoTree.js +++ b/umbraco/presentation/umbraco_client/Tree/UmbracoTree.js @@ -836,7 +836,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls"); rtl: false, animation: false, hover_mode: true, - theme_path: "/umbraco_client/Tree/Themes/", + //theme_path: "/umbraco_client/Tree/Themes/", theme_name: "umbraco", context: null //no context menu by default }, @@ -846,7 +846,8 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls"); }, rules: { metadata: "umb:nodedata", - creatable: "none" + creatable: "none", + draggable : "none" }, callback: { //wrapped functions maintain scope in callback