aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-10-29 12:20:56 -0700
committerAlex Yatskov <alex@foosoft.net>2017-10-29 12:20:56 -0700
commitc08dc6e00a0786438d785d3c7f62ce86205386fd (patch)
tree7f65834ec0e988b978418a6f331a95776b96c887 /tmpl
parentd6603fd03155939ba98e8e74f98d1c5ce7ca9b0f (diff)
add dictionary update nag screen
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html3
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>