fixes #171 ability to filter user list on a specific user

This commit is contained in:
plegall
2024-08-21 12:11:19 +02:00
parent 33f7849bf0
commit 3ee277f8e0
4 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -279,8 +279,8 @@ $(document).ready(function() {
{*This input (#user_search2) is used to bait the chrome autocomplete tool. It is hidden in navigator and is not meant to be seen.*}
<input id="user_search2" class='search-input2' type='text' placeholder='{'Search'|@translate}'>
<span class='icon-search search-icon'> </span>
<span class="icon-cancel search-cancel"></span>
<input id="user_search" class='search-input' type='text' placeholder='{'Search'|@translate}'>
<span class="icon-cancel search-cancel"{if isset($search_input)} style="display:inline"{/if}></span>
<input id="user_search" class='search-input' type='text' placeholder='{'Search'|@translate}'{if isset($search_input)} value="{$search_input}"{/if}>
</div>
<div class="advanced-filter">
<div class="advanced-filter-header">