aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-15 12:42:44 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-15 12:42:44 -0800
commit434ccc18ee22f5dcf0298e6516adf5e8273ecb6d (patch)
treea7bda23c9c69341d7918d81408cf55adbe6c2bb2 /tmpl
parent0c88d3fa273667d30be3ae8e1ee8da527561aa9e (diff)
dict priority work
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 048e7421..d9d2726a 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -17,6 +17,10 @@
</div>
</div>
+ <div class="form-group dict-group-controls">
+ <label for="dict-{{title}}">Priority</label>
+ <input type="number" value="{{priority}}" id="dict-{{title}}" class="form-control dict-priority">
+ </div>
<div class="checkbox dict-group-controls {{#unless hasTerms}}disabled{{/unless}}">
<label><input type="checkbox" class="dict-enable-terms" {{#unless hasTerms}}disabled{{/unless}} {{#if enableTerms}}checked{{/if}}> Enable term search</label>
</div>