mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3757 201d5d3c-b55e-5fd7-737f-ddc643e51545
27 lines
892 B
HTML
27 lines
892 B
HTML
<!--%import("filter/insert_comment_module_config.xml")-->
|
|
|
|
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment_module_config)">
|
|
<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" />
|
|
<col />
|
|
<caption>{$lang->comment}</caption>
|
|
<tr>
|
|
<th rowspan="2">{$lang->comment_count}</th>
|
|
<td>
|
|
<input type="text" name="comment_count" value="{$comment_config->comment_count}" class="inputTypeText w80" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{$lang->about_comment_count}</td>
|
|
<tr>
|
|
<th class="button" colspan="2">
|
|
<span class="button"><input type="submit" value="{$lang->cmd_save}"/></span>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<div class="gap1"></div>
|