diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html
index 737a56452..5f4e52e59 100644
--- a/modules/menu/tpl/sitemap.html
+++ b/modules/menu/tpl/sitemap.html
@@ -340,7 +340,7 @@
- - 설정
+ - 설정
- HTML/CSS
@@ -355,6 +355,13 @@
+
다른 레이아웃 설치
@@ -2042,7 +2049,8 @@ jQuery(function($){
$List.append($.tmpl("layoutListItem", {
Title : htInfo.title,
ScreenShotURL : htInfo.thumbnail,
- Selected : sSelected
+ Selected : sSelected,
+ LayoutSrl : htInfo.layout_srl
}).data('LayoutSrl', htInfo.layout_srl));
}
@@ -2082,6 +2090,16 @@ jQuery(function($){
sLayoutSrl : sLayoutSrl
});
})
+ $('#layoutSetup').on('show', function(ev){
+ //console.log($._htMarkupActionParam.sLayoutSrl);
+ var sLayoutSrl = $._htMarkupActionParam.sLayoutSrl;
+ $.exec_json("layout.getLayoutAdminSetInfoView", {layout_srl: sLayoutSrl}, function(htData){
+ //console.log(htData);
+ $('#layoutSetup').find('._contents').html(htData.html);
+
+ scrollToRight();
+ });
+ })
$('._deleteMenu').click(function(){
confirmDialog({