mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +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
|
|
@ -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