mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1244 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c3f7830e36
commit
312976465c
5 changed files with 134 additions and 8 deletions
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
<div style="margin-bottom:10px;">
|
||||
<form id="fo_category" action="./" method="get" onsubmit="return procFilter(this, insert_category)">
|
||||
<input type="hidden" name="title" value="{$category_info->title}" />
|
||||
<input type="hidden" name="category_srl" value="{$category_info->category_srl}" />
|
||||
<input type="hidden" name="category_title" value="category" />
|
||||
<input type="hidden" name="module_srl" value="{$category_info->module_srl}" />
|
||||
<input type="hidden" name="xml_file" value="{$category_info->xml_file}" />
|
||||
<input type="hidden" name="php_file" value="{$category_info->php_file}" />
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<filter name="insert_category" module="blog" act="procBlogAdminInsertItem" confirm_msg_code="confirm_submit">
|
||||
<filter name="insert_category" module="blog" act="procBlogAdminInsertCategory" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="category_srl" required="true" />
|
||||
<node target="module_srl" required="true" />
|
||||
</form>
|
||||
<response callback_func="completeInsertBlogItem">
|
||||
<response callback_func="completeInsertCategory">
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
<tag name="module_srl" />
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ function doReloadTreeMenu(module_srl) {
|
|||
}
|
||||
|
||||
/* 카테고리 삭제 */
|
||||
function doDeleteCategory(category_srl) {
|
||||
function doDeleteCategoryItem(category_srl) {
|
||||
var fo_obj = xGetElementById("fo_category");
|
||||
if(!fo_obj) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue