mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
#218 관리자 문서 모듈 관리 페이지에서 게시판과 같이 세션에 선택된 목록을 정리하고 일괄 이동/복사/삭제 가 가능하도록 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2738 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14550e198f
commit
0f24ee06d3
3 changed files with 15 additions and 9 deletions
|
|
@ -21,7 +21,7 @@ function completeDeleteAllThumbnail(ret_obj) {
|
|||
}
|
||||
|
||||
/* 선택된 글의 삭제 또는 이동 */
|
||||
function doManageDocument(type, mid) {
|
||||
function doManageDocument(type) {
|
||||
var fo_obj = xGetElementById("fo_management");
|
||||
fo_obj.type.value = type;
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ function doManageDocument(type, mid) {
|
|||
|
||||
/* 선택된 글의 삭제 또는 이동 후 */
|
||||
function completeManageDocument(ret_obj) {
|
||||
if(opener) opener.location.href = opener.location.href;
|
||||
if(opener) opener.window.location.reload();
|
||||
alert(ret_obj['message']);
|
||||
window.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue