Skip to content

Commit

Permalink
Folders : Add search filter to folder tree on Folders page.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMis committed Oct 17, 2023
1 parent bc75662 commit ee277ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/folders-page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<div class="widget-body">
<div class="row">
<div class="col-md-3">
<input id="jstree-search" type="text" placeholder="{% trans "Search" %}">
<div class="folder-search-no-results d-none">
<p>{% trans 'No Folders matching the search term' %}</p>
</div>
<div id="container-folder-tree"></div>
</div>
<div class="col-md-9">
Expand Down

0 comments on commit ee277ab

Please sign in to comment.