mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
기본 모듈들의 스킨 설정에서 form의 action이 ./로 되어 있어서 스킨 정보 업데이트가 되지 않는 문제를 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4494 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3400e6a0b1
commit
8ff7a9f99a
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!--#include("./header.html")-->
|
||||
|
||||
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
|
||||
<form action="{Context::getRequestUri()}" method="post" enctype="multipart/form-data" target="hidden_iframe">
|
||||
<input type="hidden" name="module" value="integration_search" />
|
||||
<input type="hidden" name="act" value="procIntegration_searchAdminInsertSkin" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue