summaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-11-08 21:02:12 -0800
committerAlex Yatskov <alex@foosoft.net>2016-11-08 21:02:12 -0800
commit1b1f4a3ed7eaf29379be576e31ec4116347c6140 (patch)
tree46ab927041fc959a19b93d9079d27f5cf74a07f6 /tmpl
parentdeb4ef52bafdc6b698ab1ea34239125a61f4cd23 (diff)
WIP
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 4f2d9790..9b6a6d1d 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -4,16 +4,16 @@
<h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>v.{{version}}</small></h4>
</div>
<div class="col-xs-4 text-right disabled">
- <button type="button" class="dict-delete btn btn-danger">Delete</button>
+ <button type="button" class="dict-controls dict-delete btn btn-danger">Delete</button>
</div>
</div>
- <div class="progress" id="dict-delete-progress">
+ <div class="progress 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}}">
+ <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>
- <div class="checkbox {{#unless hasKanji}}disabled{{/unless}}">
+ <div class="checkbox dict-controls {{#unless hasKanji}}disabled{{/unless}}">
<label><input type="checkbox" class="dict-enable-kanji" {{#unless hasKanji}}disabled{{/unless}} {{#if enableKanji}}checked{{/if}}> Enable Kanji search</label>
</div>
</div>