기본 모듈들의 스킨 설정에서 form의 action이 ./로 되어 있어서 스킨 정보 업데이트가 되지 않는 문제를 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4494 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-09-10 06:14:38 +00:00
parent 3400e6a0b1
commit 8ff7a9f99a
4 changed files with 4 additions and 4 deletions

View file

@ -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" />