From 6edda05a6f1d3c50f5b48b2c0d862436ff186e51 Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 27 Jan 2011 04:43:44 +0000 Subject: [PATCH] =?UTF-8?q?#19495309=20=EB=A9=94=EB=89=B4=20=EB=AA=A8?= =?UTF-8?q?=EB=93=88=20:=20=EC=A1=B4=EC=9E=AC=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=ED=8C=8C=EC=9D=BC=20=ED=98=B8=EC=B6=9C+JS?= =?UTF-8?q?=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8062 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/menu.admin.view.php | 1 - modules/menu/tpl/header.html | 2 -- modules/menu/tpl/menu_management.html | 18 ++++++++++-------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/modules/menu/menu.admin.view.php b/modules/menu/menu.admin.view.php index af2e99d92..54c546b59 100644 --- a/modules/menu/menu.admin.view.php +++ b/modules/menu/menu.admin.view.php @@ -12,7 +12,6 @@ **/ function init() { $this->setTemplatePath($this->module_path.'tpl'); - Context::addJsFile('./common/js/tree_menu.js'); } /** diff --git a/modules/menu/tpl/header.html b/modules/menu/tpl/header.html index cf4c5f708..2c234c6b2 100644 --- a/modules/menu/tpl/header.html +++ b/modules/menu/tpl/header.html @@ -1,5 +1,3 @@ - -

{$lang->menu_management}

{nl2br($lang->about_menu)}
diff --git a/modules/menu/tpl/menu_management.html b/modules/menu/tpl/menu_management.html index eae4048c4..7a508e2d2 100644 --- a/modules/menu/tpl/menu_management.html +++ b/modules/menu/tpl/menu_management.html @@ -1,10 +1,10 @@ - - - - + + + + - - + + @@ -88,7 +88,9 @@ var simpleTreeCollection; var max_menu_depth = 999; var xml_url = "{$menu_info->xml_file}"; var lang_confirm_delete = "{$lang->confirm_delete}"; -doMoveMenuInfo(); -Tree(xml_url); +jQuery(function(){ + doMoveMenuInfo(); + Tree(xml_url); +}); //]]>