diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-08 21:10:46 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-08 21:10:46 -0800 |
commit | cbe1b2e2a303b54762c71a8c03e1e8656352e6c4 (patch) | |
tree | ca3bcb04e64c09b556905f9082e6b1712a3756ae /tmpl/dictionary.html | |
parent | 45877c460235e1578b01d46bae331979dd8d887f (diff) |
WIP
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html index 99fd220e..09102b51 100644 --- a/tmpl/dictionary.html +++ b/tmpl/dictionary.html @@ -7,10 +7,10 @@ <button type="button" class="dict-controls dict-delete btn btn-danger">Delete</button> </div> </div> + <div class="dict-delete-progress">Deleting dictionary data, please be patient.</div> <div class="progress dict-delete-progress"> <div class="progress-bar progress-bar-striped progress-bar-danger" style="width: 0%"></div> </div> - <div class="dict-delete-progress">Deleting dictionary data, please be patient.</div> <div class="checkbox dict-controls {{#unless hasTerms}}disabled{{/unless}}"> <label><input type="checkbox" class="dict-enable-terms" {{#unless hasTerms}}disabled{{/unless}} {{#if enableTerms}}checked{{/if}}> Enable term search</label> </div> |