mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
skin setup ui bug fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12080 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ab47b9cb5b
commit
f64d12f45c
1 changed files with 9 additions and 0 deletions
|
|
@ -2876,6 +2876,8 @@ exec_xml("module","procModuleAdminSetDesignInfo", params, completeTmp)
|
|||
return;
|
||||
}
|
||||
|
||||
var sMode = $._xeAdminVar.htPrevSetting.bMobilePreviewTabOpen?"M":"P";
|
||||
|
||||
$._xeAdminVar.htSelectedMenuDesign.sModuleName = $._htMarkupActionParam.moduleType;
|
||||
|
||||
<!--@if($act == 'dispMenuAdminSiteDesign')-->
|
||||
|
|
@ -2885,6 +2887,13 @@ exec_xml("module","procModuleAdminSetDesignInfo", params, completeTmp)
|
|||
};
|
||||
<!--@end-->
|
||||
|
||||
$ChkBox = $('#skin ._chkUseDefault');
|
||||
if($._xeAdminVar.htSelectedMenuDesign.htSkin[sMode] == ""){
|
||||
$ChkBox.attr('checked', 'checked');
|
||||
}else{
|
||||
$ChkBox.removeAttr('checked');
|
||||
}
|
||||
|
||||
updateSkinListDisplayStatus();
|
||||
});
|
||||
$('#skin').on('hide', function(ev){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue