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 @@ +