mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@862 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9c582a571e
commit
6bb189a34b
48 changed files with 705 additions and 720 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="insert_shortcut" module="admin" act="procAdminInsertShortCut" confirm_msg_code="confirm_submit">
|
||||
<filter name="insert_shortcut" module="admin" act="procModuleAdminInsertShortCut" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="module" required="true" />
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
<!--%import("js/admin.js")-->
|
||||
|
||||
<!--@if($mo=="module")-->
|
||||
<!--%import("js/member_admin.js")-->
|
||||
|
||||
<div style="margin-bottom:20px;">
|
||||
<span <!--@if($act=='dispModuleAdminContent')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispModuleAdminContent')}">{$lang->module_index}</a>]</span>
|
||||
<span <!--@if($act=='dispModuleAdminCategory')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispModuleAdminCategory')}">{$lang->module_category}</a>]</span>
|
||||
</div>
|
||||
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @file modules/module/js/admin.js
|
||||
* @file modules/module/js/module_admin.js
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @desc module 모듈의 관리자용 javascript
|
||||
* @brief module 모듈의 관리자용 javascript
|
||||
**/
|
||||
|
||||
/* 카테고리 관련 작업들 */
|
||||
|
|
@ -19,9 +19,10 @@ function doUpdateCategory(module_category_srl, mode, message) {
|
|||
function completeUpdateCategory(ret_obj) {
|
||||
var error = ret_obj['error'];
|
||||
var message = ret_obj['message'];
|
||||
|
||||
alert(message);
|
||||
|
||||
var url = "./?module=admin&mo=module&act=dispCategory";
|
||||
var url = location.href.setQuery('act','dispModuleAdminCategory');
|
||||
location.href = url;
|
||||
}
|
||||
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
<!--%import("filter/insert_shortcut.xml")-->
|
||||
<!--%import("js/admin.js")-->
|
||||
|
||||
<!--#include("header.html")-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue