Filter contact search by blocked remote domains
- Add filter explanation
This commit is contained in:
parent
261ba161a2
commit
03b7fcd09c
3 changed files with 23 additions and 3 deletions
|
@ -12,3 +12,7 @@
|
|||
<div id="view-contact-end"></div>
|
||||
|
||||
{{$paginate nofilter}}
|
||||
|
||||
{{if $filtered}}
|
||||
<p>{{$filtered nofilter}}</p>
|
||||
{{/if}}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue