This commit is contained in:
barisusakli
2016-04-18 16:06:59 +03:00
parent accd9b6e2e
commit ff9b2bad49
3 changed files with 7 additions and 2 deletions

View File

@@ -100,6 +100,10 @@
<label for="unreadCutoff">Unread cutoff days</label>
<input id="unreadCutoff" type="text" class="form-control" value="2" data-field="unreadCutoff">
</div>
<div class="form-group">
<label for="bookmarkthreshold">Minimum posts in topic before tracking last read</label>
<input id="bookmarkthreshold" type="text" class="form-control" value="5" data-field="bookmarkThreshold">
</div>
</form>
</div>
</div>