mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
모듈 업데이트후 페이지 리로드 처리 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1984 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8988a1fade
commit
810db4b33a
3 changed files with 3 additions and 3 deletions
|
|
@ -129,7 +129,7 @@
|
||||||
$oModuleController = &getController('module');
|
$oModuleController = &getController('module');
|
||||||
$oModuleController->insertActionForward('member', 'view', 'dispMemberOwnDocument');
|
$oModuleController->insertActionForward('member', 'view', 'dispMemberOwnDocument');
|
||||||
|
|
||||||
return new Object(1, 'success_updated');
|
return new Object(0, 'success_updated');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -149,5 +149,5 @@
|
||||||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||||
|
|
||||||
/* Own Document */
|
/* Own Document */
|
||||||
img.button_go { position:relative; bottom:-4px; _bottom:-2px;}
|
img.button_go { position:relative; bottom:-4px; }
|
||||||
.boardInformation strong { font:bold 11px Tahoma; color:#ff6600;}
|
.boardInformation strong { font:bold 11px Tahoma; color:#ff6600;}
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ function doInstallModule(module) {
|
||||||
|
|
||||||
function completeInstallModule(ret_obj) {
|
function completeInstallModule(ret_obj) {
|
||||||
alert(ret_obj['message']);
|
alert(ret_obj['message']);
|
||||||
location.href = location.href;
|
location.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 모듈 업그레이드 */
|
/* 모듈 업그레이드 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue