diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-15 12:42:44 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-15 12:42:44 -0800 |
commit | 434ccc18ee22f5dcf0298e6516adf5e8273ecb6d (patch) | |
tree | a7bda23c9c69341d7918d81408cf55adbe6c2bb2 /tmpl/dictionary.html | |
parent | 0c88d3fa273667d30be3ae8e1ee8da527561aa9e (diff) |
dict priority work
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 4 |
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> |