aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-02-26 10:11:23 -0800
committerAlex Yatskov <alex@foosoft.net>2017-02-26 10:11:23 -0800
commit55dd9b1e6b06401e5a5f523fce1f3d6c1db4d9da (patch)
tree6895213af2f287bc317daa24516dc54c3f1cc0f1 /tmpl
parent465a8e21c0a9d7b2d1e704ab9a42b5f662fd82d3 (diff)
delete unused dictionary deletion code
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html20
1 files changed, 2 insertions, 18 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index c70bc187..f2f7f687 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -1,26 +1,10 @@
<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>
- <!-- <div class="row"> -->
- <!-- <div class="col-xs-8"> -->
- <!-- <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-group-controls dict-delete btn btn-danger">Delete</button> -->
- <!-- </div> -->
- <!-- </div> -->
-
- <div class="dict-delete-progress">
- Dictionary data is being deleted, please be patient...
- <div class="progress">
- <div class="progress-bar progress-bar-striped progress-bar-danger" style="width: 0%"></div>
- </div>
- </div>
-
- <div class="checkbox dict-group-controls">
+ <div class="checkbox">
<label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label>
</div>
- <div class="form-group dict-group-controls options-advanced">
+ <div class="form-group options-advanced">
<label for="dict-{{title}}">Result priority</label>
<input type="number" value="{{priority}}" id="dict-{{title}}" class="form-control dict-priority">
</div>