aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-05 15:54:03 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-05 15:54:03 -0800
commita4dfadaa152d9f102ec692ef70659387148a654b (patch)
tree74304a74d1d38ee58e706c945d6263cc5725a2d3 /tmpl
parentd4e95c27d2cfe9bb67540e7c868c284735768877 (diff)
wip
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/dictionary.html22
1 files changed, 7 insertions, 15 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 5b5b6458..f2f7f687 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -1,19 +1,11 @@
<div class="dict-group well well-sm" data-title="{{title}}">
- <div class="row">
- <div class="col-xs-6">
- <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>rev.{{revision}}</small></h4>
+ <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>rev.{{revision}}</small></h4>
- <div class="checkbox">
- <label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label>
- </div>
- <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>
- </div>
- <div class="col-xs-6 text-right">
- <p><button class="dict-priority-up glyphicon glyphicon-arrow-up" title="Increase priority"></button></p>
- <p><button class="dict-priority-down glyphicon glyphicon-arrow-down" title="Decrease priority"></button></p>
- </div>
+ <div class="checkbox">
+ <label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label>
+ </div>
+ <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>
</div>