aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
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>