rhymix/modules/comment/tpl/comment_module_config.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>