mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
22 lines
860 B
HTML
22 lines
860 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}" />
|
|
|
|
<h4 class="xeAdmin">{$lang->comment}</h4>
|
|
<p class="summary">{$lang->about_comment_count}</p>
|
|
<table cellspacing="0" class="rowTable">
|
|
<tr>
|
|
<th><div>{$lang->comment_count}</div></th>
|
|
<td class="wide">
|
|
<input type="text" name="comment_count" value="{$comment_config->comment_count}" class="inputTypeText w80" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2" class="button">
|
|
<span class="button strong black"><input type="submit" value="{$lang->cmd_save}"/></span>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|