mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
엮인글 모듈에서 전체 엮인글 받지 않음 기능 설정하도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2272 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
998e5dc57f
commit
402cbb2ba3
10 changed files with 61 additions and 3 deletions
5
modules/trackback/tpl/filter/insert_config.xml
Normal file
5
modules/trackback/tpl/filter/insert_config.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<filter name="insert_config" module="trackback" act="procTrackbackAdminInsertConfig" confirm_msg_code="confirm_delete">
|
||||
<form />
|
||||
<parameter />
|
||||
<response />
|
||||
</filter>
|
||||
|
|
@ -1,7 +1,27 @@
|
|||
<!--%import("filter/delete_checked.xml")-->
|
||||
<!--%import("filter/insert_config.xml")-->
|
||||
|
||||
<h3>{$lang->trackback} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<table cellspacing="0" class="tableType2 gap1">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="col">{$lang->enable_trackback}</th>
|
||||
<td>
|
||||
<input type="checkbox" name="enable_trackback" value="Y" size="3" <!--@if($config->enable_trackback!='N')-->checked="checked"<!--@end-->/> {$lang->cmd_use}
|
||||
<p>{$lang->about_enable_trackback}</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- 버튼 -->
|
||||
<div class="tRight gap1">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<!-- 정보 -->
|
||||
<div class="tableSummaryType1">
|
||||
Total <strong>{number_format($total_count)}</strong>, Page <strong>{number_format($page)}</strong>/{number_format($total_page)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue