diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-10-29 12:20:56 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-10-29 12:20:56 -0700 |
commit | c08dc6e00a0786438d785d3c7f62ce86205386fd (patch) | |
tree | 7f65834ec0e988b978418a6f331a95776b96c887 /tmpl/dictionary.html | |
parent | d6603fd03155939ba98e8e74f98d1c5ce7ca9b0f (diff) |
add dictionary update nag screen
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html index 1dc04f0f..61bb79ac 100644 --- a/tmpl/dictionary.html +++ b/tmpl/dictionary.html @@ -1,5 +1,8 @@ <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> |