mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#400 게시판의 추가설정에서 파일 다운로드 권한 부분의 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3657 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fffcc7d8d6
commit
6d70eb96ad
2 changed files with 3 additions and 4 deletions
|
|
@ -10,8 +10,8 @@
|
|||
<caption>{$lang->editor}</caption>
|
||||
<tr>
|
||||
<th scope="col"> </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>
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue