Skip to content

Commit

Permalink
fixes #1444 Replacing filter bar to search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuLP committed Jul 9, 2021
1 parent 9b4dd89 commit be3afd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/themes/default/template/plugins_installed.tpl
Expand Up @@ -225,9 +225,9 @@ jQuery(".pluginMiniBox").each(function(index){
</div>

<div class="pluginFilter">
<span class="icon-filter search-icon"></span>
<span class="icon-search search-icon"></span>
<span class="icon-cancel search-cancel"></span>
<input class='search-input' type="text" placeholder="{'Filter'|@translate}">
<input class='search-input' type="text" placeholder="{'Search'|@translate}">
</div>

<div class="AlbumViewSelector">
Expand Down

1 comment on commit be3afd7

@klaoun
Copy link

@klaoun klaoun commented on be3afd7 Jul 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello, where is the link search bar ? thanks

Please sign in to comment.