mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-09 14:10:40 +01:00
35 lines
1.1 KiB
Smarty
35 lines
1.1 KiB
Smarty
<!-- IMPORT admin/settings/header.tpl -->
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">Pagination Settings</div>
|
|
<div class="panel-body">
|
|
<form>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input type="checkbox" data-field="usePagination"> <strong>Paginate topics and posts instead of using infinite scroll.</strong>
|
|
</label>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">Topic Pagination</div>
|
|
<div class="panel-body">
|
|
<form>
|
|
<strong>Posts per Page</strong><br /> <input type="text" class="form-control" value="20" data-field="postsPerPage">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">Category Pagination</div>
|
|
<div class="panel-body">
|
|
<form>
|
|
<strong>Topics per Page</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerPage"><br />
|
|
<strong>Initial Number of Topics to Load on Unread, Recent, and Popular</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerList">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- IMPORT admin/settings/footer.tpl --> |