mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@878 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d29d357c60
commit
7878cd7962
4 changed files with 10 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="update_category" module="board" act="procboardAdminUpdateCategory">
|
||||
<filter name="update_category" module="board" act="procBoardAdminUpdateCategory">
|
||||
<form>
|
||||
<node target="category_srl" required="true" />
|
||||
<node target="mode" required="true" />
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
<!--#include("./header.html")-->
|
||||
|
||||
<form action="./" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="module" value="admin" />
|
||||
<input type="hidden" name="mo" value="board" />
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="procBoardAdminUpdateSkinInfo" />
|
||||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue