not even used

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 15c9f33404
commit 1c286e4536

@ -36,7 +36,6 @@
"allowPrivateGroups": 1, "allowPrivateGroups": 1,
"unreadCutoff": 2, "unreadCutoff": 2,
"bookmarkThreshold": 5, "bookmarkThreshold": 5,
"topicsPerList": 20,
"autoDetectLang": 1, "autoDetectLang": 1,
"min:rep:flag": 0, "min:rep:flag": 0,
"notificationType_upvote": "notification", "notificationType_upvote": "notification",

@ -6,6 +6,5 @@
"max-posts-per-page": "Maximum posts per page", "max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination", "categories": "Category Pagination",
"topics-per-page": "Topics per Page", "topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page", "max-topics-per-page": "Maximum topics per page"
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
} }

@ -30,7 +30,6 @@
<form> <form>
<strong>[[admin/settings/pagination:topics-per-page]]</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerPage"><br /> <strong>[[admin/settings/pagination:topics-per-page]]</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerPage"><br />
<strong>[[admin/settings/pagination:max-topics-per-page]]</strong><br /> <input type="text" class="form-control" value="20" data-field="maxTopicsPerPage"><br/> <strong>[[admin/settings/pagination:max-topics-per-page]]</strong><br /> <input type="text" class="form-control" value="20" data-field="maxTopicsPerPage"><br/>
<strong>[[admin/settings/pagination:initial-num-load]]</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerList">
</form> </form>
</div> </div>
</div> </div>

Loading…
Cancel
Save