2016-11-07 20:55:06 -08:00
|
|
|
<div class="dict-group well well-sm" data-title="{{title}}">
|
2017-03-05 12:35:58 -08:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>rev.{{revision}}</small></h4>
|
2016-12-21 18:56:03 -08:00
|
|
|
|
2017-03-05 12:35:58 -08:00
|
|
|
<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>
|
2017-01-15 12:42:44 -08:00
|
|
|
</div>
|
2016-11-06 17:10:31 -08:00
|
|
|
</div>
|