diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-02 14:06:16 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-07 20:30:55 -0500 |
commit | 2ab871e7ee93ddc4a2f1ca41aad10e4b189b6c0f (patch) | |
tree | 023456bc6e21d38b54addff66580d0568af104fb /tmpl/dictionary.html | |
parent | 79069d59085e4fa50599052381b8f2c0d22270aa (diff) |
Update how dictionaries are displayed on the settings page
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html deleted file mode 100644 index 61bb79ac..00000000 --- a/tmpl/dictionary.html +++ /dev/null @@ -1,17 +0,0 @@ -<div class="dict-group well well-sm" data-title="{{title}}"> - <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>rev.{{revision}}</small></h4> - {{#if outdated}} - <p class="text-warning">This dictionary is outdated and may not support new extension features; please import the latest version.</p> - {{/if}} - - <div class="checkbox"> - <label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label> - </div> - <div class="checkbox options-advanced"> - <label><input type="checkbox" class="dict-allow-secondary-searches" {{#if allowSecondarySearches}}checked{{/if}}> Allow secondary searches</label> - </div> - <div class="form-group options-advanced"> - <label for="dict-{{title}}">Result priority</label> - <input type="number" value="{{priority}}" id="dict-{{title}}" class="form-control dict-priority"> - </div> -</div> |