diff options
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 5 |
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"> |