mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
UI bug fixes
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12526 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de79747ecc
commit
2bf9c55a34
4 changed files with 12 additions and 3 deletions
|
|
@ -2621,6 +2621,10 @@
|
|||
<value xml:lang="ko"><![CDATA[바로가기는 선택 할 수 없습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[You cannot select a shortcut.]]></value>
|
||||
</item>
|
||||
<item name="msg_select_menu">
|
||||
<value xml:lang="ko"><![CDATA[대상 메뉴 선택]]></value>
|
||||
<value xml:lang="en"><![CDATA[Select target menu]]></value>
|
||||
</item>
|
||||
<item name="msg_call_server">
|
||||
<value xml:lang="ko"><![CDATA[서버에 요청 중입니다. 잠시만 기다려주세요.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Requesting to the server, please wait.]]></value>
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ xe.cmd_cancel = "{$lang->cmd_cancel}";
|
|||
xe.cmd_confirm = "{$lang->cmd_confirm}";
|
||||
xe.msg_no_root = "{$lang->msg_no_root}";
|
||||
xe.msg_no_shortcut = "{$lang->msg_no_shortcut}";
|
||||
xe.msg_select_menu = "{$lang->msg_select_menu}";
|
||||
|
||||
//]]>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -2283,7 +2283,7 @@ jQuery(function($){
|
|||
//bMultiSelect = //data-multiple
|
||||
|
||||
$.xeMsgBox.confirmDialog({
|
||||
sTitle : 'TITLE',
|
||||
sTitle : xe.msg_select_menu,
|
||||
|
||||
sText : '<select class="site_selector" style="width:100%;display:none"></select><div class="tree"></div>',
|
||||
|
||||
|
|
@ -2401,4 +2401,6 @@ jQuery(function($){
|
|||
alert = function(){
|
||||
return $.xeMsgBox.alert.apply($.xeMsgBox, arguments);
|
||||
}
|
||||
|
||||
setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500);
|
||||
});
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
</section>
|
||||
<button type="button" class="x_close" data-admin-hide="#sitemap_general">×</button>
|
||||
</div>
|
||||
<div class="col prop-general" id="properties">
|
||||
<div class="col prop-general" id="properties" style="display:none;">
|
||||
<section>
|
||||
<h1><a href="#" target="_blank" class="title"><!--메뉴 이름--></a></h1>
|
||||
<div class="cnt">
|
||||
|
|
@ -1603,7 +1603,9 @@ jQuery(function($){
|
|||
$(ev.target).find('._chkUseAsHome').removeAttr('disabled').removeAttr('checked');
|
||||
}
|
||||
|
||||
loadFullSetup();
|
||||
if(!htInfo.bShortCut){
|
||||
loadFullSetup();
|
||||
}
|
||||
});
|
||||
function loadFullSetup(){
|
||||
$.exec_json("menu.getMenuAdminDetailSetup", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue