#400 게시판의 추가설정에서 파일 다운로드 권한 부분의 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3657 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-14 06:01:35 +00:00
parent fffcc7d8d6
commit 6d70eb96ad
2 changed files with 3 additions and 4 deletions

View file

@ -10,8 +10,8 @@
<caption>{$lang->editor}</caption>
<tr>
<th scope="col">&nbsp;</th>
<th scope="col">{$lang->document}</td>
<th scope="col">{$lang->comment}</td>
<th scope="col">{$lang->document}</th>
<th scope="col">{$lang->comment}</th>
</tr>
<tr>
<th rowspan="2">{$lang->editor_skin}</th>

View file

@ -1,7 +1,6 @@
<!--%import("filter/insert_file_module_config.xml")-->
<form action="./" method="get" onsubmit="return procFilter(this, insert_file_module_config)">
<input type="hidden" name="target_module_srl" value="{$file_config->module_srl?$file_config->module_srl:$module_srls}" />
<input type="hidden" name="target_module_srl" value="{$module_info->module_srl?$module_info->module_srl:$module_srls}" />
<table cellspacing="0" class="adminTable">
<col width="150" />