From 461369e309e3b4878143f108ae1ed6d14ea7bbe4 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Thu, 27 Sep 2012 03:05:36 +0000 Subject: [PATCH] Issue 2444. Remove menu item confirm. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11545 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/admin/tpl/js/admin.js | 6 ++++++ modules/admin/tpl/js/admin.min.js | 6 ++++++ modules/menu/tpl/sitemap.html | 27 ++++++++++++++++++++++++++- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index c76a1284c..48b8a89dd 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -162,6 +162,12 @@ jQuery(function($){ $xAlert.children('.x_close').click(function(){ $(this).parent('.x_alert').hide(); }); +// Desabled Buttons + $('.x .x_btn').click(function(){ + if($(this).hasClass('x_disabled')){ + return false; + } + }); }); // Modal Window diff --git a/modules/admin/tpl/js/admin.min.js b/modules/admin/tpl/js/admin.min.js index c76a1284c..48b8a89dd 100644 --- a/modules/admin/tpl/js/admin.min.js +++ b/modules/admin/tpl/js/admin.min.js @@ -162,6 +162,12 @@ jQuery(function($){ $xAlert.children('.x_close').click(function(){ $(this).parent('.x_alert').hide(); }); +// Desabled Buttons + $('.x .x_btn').click(function(){ + if($(this).hasClass('x_disabled')){ + return false; + } + }); }); // Modal Window diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index 136d8f094..9e855a99b 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -64,7 +64,7 @@
  • -
  • +
  • 삭제
  • 기본 설정
  • 이미지 버튼
  • @@ -535,6 +535,20 @@ +