summaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-11-08 19:41:03 -0800
committerAlex Yatskov <alex@foosoft.net>2016-11-08 19:41:03 -0800
commit885f508edafdcf7f060dde73b6bae65f56bed3d2 (patch)
tree0ef958acb9c6cf5dadf523e53ca465dd38f70517 /tmpl
parentaf45e8fab63487e0e5ffc43b99ff6c075d38e4ab (diff)
WIP
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 035c0755..4f2d9790 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -7,7 +7,9 @@
<button type="button" class="dict-delete btn btn-danger">Delete</button>
</div>
</div>
-
+ <div class="progress" id="dict-delete-progress">
+ <div class="progress-bar progress-bar-striped progress-bar-danger" style="width: 0%"></div>
+ </div>
<div class="checkbox {{#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>