aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/template/html/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'server/template/html/settings.html')
-rw-r--r--server/template/html/settings.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/template/html/settings.html b/server/template/html/settings.html
index 23a5f42..8e66a10 100644
--- a/server/template/html/settings.html
+++ b/server/template/html/settings.html
@@ -58,6 +58,12 @@
{{ end }}
</select>
+ <label for="form-entry-direction">{{ t "Entry Sorting" }}</label>
+ <select id="form-entry-direction" name="entry_direction">
+ <option value="asc" {{ if eq "asc" $.form.EntryDirection }}selected="selected"{{ end }}>{{ t "Older entries first" }}</option>
+ <option value="desc" {{ if eq "desc" $.form.EntryDirection }}selected="selected"{{ end }}>{{ t "Recent entries first" }}</option>
+ </select>
+
<div class="buttons">
<button type="submit" class="button button-primary" data-label-loading="{{ t "Loading..." }}">{{ t "Update" }}</button>
</div>