1
0
Fork 0

Filter contact search by blocked remote domains

- Add filter explanation
This commit is contained in:
Hypolite Petovan 2023-03-27 09:55:39 -04:00
commit 03b7fcd09c
3 changed files with 23 additions and 3 deletions

View file

@ -12,3 +12,7 @@
<div id="view-contact-end"></div>
{{$paginate nofilter}}
{{if $filtered}}
<p>{{$filtered nofilter}}</p>
{{/if}}

View file

@ -14,4 +14,8 @@ at the suggest page and also at many other places *}}
<div id="view-contact-end"></div>
{{$paginate nofilter}}
</div>
{{if $filtered}}
<p>{{$filtered nofilter}}</p>
{{/if}}
</div>