Fix #1190 make comment page count configurable

This commit is contained in:
Kijin Sung 2019-09-13 20:11:32 +09:00
parent 9b64b0f925
commit 73c5b6d84b
5 changed files with 25 additions and 8 deletions

View file

@ -12,6 +12,13 @@
<p class="x_help-inline">{$lang->about_comment_count}</p>
</div>
</div>
<div class="x_control-group">
<label for="comment_count" class="x_control-label">{$lang->comment_page_count}</label>
<div class="x_controls">
<input type="number" min="1" name="comment_page_count" id="comment_page_count" value="{$comment_config->comment_page_count}" />
<p class="x_help-inline">{$lang->about_comment_page_count}</p>
</div>
</div>
<div class="x_control-group">
<label for="use_vote_up" class="x_control-label">{$lang->cmd_vote}</label>
<div class="x_controls">