git-svn-id: http://xe-core.googlecode.com/svn/trunk@182 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-23 09:29:20 +00:00
parent feb60a0751
commit 6b8e85a7da
9 changed files with 221 additions and 8 deletions

View file

@ -4,9 +4,8 @@
<!--#include("./header.html")-->
<!-- 카테고리의 위/아래, 삭제와 관련된 form -->
<form id="fo_category_info" action="./" method="post">
<form id="fo_category_info" action="./" method="get">
<input type="hidden" name="module_srl" value="{$module_srl}" />
<input type="hidden" name="act" value="procUpdateCategory" />
<input type="hidden" name="category_srl" value="" />
<input type="hidden" name="mode" value="" />
</form>