aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html17
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>