Fix #1214 add option to display the first page of comments by default

This commit is contained in:
Kijin Sung 2020-03-23 01:45:25 +09:00
parent 676781a83e
commit b8665d73cb
5 changed files with 26 additions and 1 deletions

View file

@ -19,6 +19,15 @@
<p class="x_help-inline">{$lang->about_comment_page_count}</p>
</div>
</div>
<div class="x_control-group">
<label for="comment_count" class="x_control-label">{$lang->comment_default_page}</label>
<div class="x_controls">
<select name="default_page" id="default_page">
<option value="first" selected="selected"|cond="$comment_config->default_page === 'first'">{$lang->comment_default_page_first}</option>
<option value="last" selected="selected"|cond="$comment_config->default_page !== 'first'">{$lang->comment_default_page_last}</option>
</select>
</div>
</div>
<div class="x_control-group">
<label for="use_vote_up" class="x_control-label">{$lang->cmd_vote}</label>
<div class="x_controls">