Added search function to the 3 main trees too.

This commit is contained in:
Jan Böhmer 2019-04-05 19:31:41 +02:00
parent da16e27fcb
commit 058b3a6b6b
3 changed files with 90 additions and 60 deletions

View file

@ -6,7 +6,7 @@
<div class="row">
<div class="col-8">
<input id="tree-search" type="search" class="form-control" placeholder="{% trans %}search{% endtrans %}">
<input id="tree-search" type="search" class="form-control" placeholder="{% trans %}search.placeholder{% endtrans %}">
</div>
<div class="btn-group btn-group-sm col-4" role="group">
<button type="button" class="btn btn-outline-secondary" id="tree-expand"