rhymix/modules/comment/tpl/comment_module_config.html

22 lines
847 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">
<caption>{$lang->comment}</caption>
<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" />
<p>{$lang->about_comment_count}</p>
</td>
</tr>
<tr class="row2">
<td class="right" colspan="2">
<span class="button"><input type="submit" value="{$lang->cmd_save}"/></span>
</td>
</tr>
</table>
</form>