aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2017-10-15 05:19:16 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2017-10-15 05:19:16 +0300
commit03f7ca23e118c5ca804eef35cea05070e69779c7 (patch)
treef7f66ed1a2ad3b782af8cd84ffb5d3203b1928ac /tmpl
parent4203fda906a1b4a104187e54d256e5952d8ae55c (diff)
merged mode: add secondary searches
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 505331ea..6b81c0c9 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -3,6 +3,11 @@
<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="radio">
<label><input type="radio" class="dict-main" {{#if main}}checked{{/if}}> Set as main dictionary</label>
</div>
<div class="form-group options-advanced">