mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
2. 게시판 모듈(board)의 경우 기본 설정 - 추가 설정 - 권한 설정을 여러개의 게시판에 대해서 일괄 적용할 수 있도록 기능 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3519 201d5d3c-b55e-5fd7-737f-ddc643e51545
38 lines
1.7 KiB
HTML
38 lines
1.7 KiB
HTML
<!--%import("filter/insert_point_module_config.xml")-->
|
|
|
|
<form action="./" method="get" onsubmit="return procFilter(this, insert_point_module_config);" id="fo_point">
|
|
<input type="hidden" name="target_module_srl" value="{$module_config['module_srl']?$module_srl['module_srl']:$module_srls}" />
|
|
|
|
<table cellspacing="0" class="adminTable">
|
|
<col width="200" />
|
|
<col />
|
|
<caption>{$lang->point}</caption>
|
|
<tr>
|
|
<th>{$lang->point_insert_document}</th>
|
|
<td><input type="text" name="insert_document" value="{$module_config['insert_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>{$lang->point_insert_comment}</th>
|
|
<td><input type="text" name="insert_comment" value="{$module_config['insert_comment']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>{$lang->point_upload_file}</th>
|
|
<td><input type="text" name="upload_file" value="{$module_config['upload_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>{$lang->point_download_file}</th>
|
|
<td><input type="text" name="download_file" value="{$module_config['download_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>{$lang->point_read_document}</th>
|
|
<td><input type="text" name="read_document" value="{$module_config['read_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2" class="button"><span class="button"><input type="submit" value="{$lang->cmd_save}" /></span></th>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- 버튼 -->
|
|
|
|
</form>
|
|
<div class="gap1"></div>
|