Change inform-icon to fa-info-circle
[civicrm-core.git] / templates / CRM / Contact / Form / Search / EmptyResults.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {* No matches for submitted search request or viewing an empty group. *}
11 <div class="messages status no-popup">
12 {icon icon="fa-info-circle"}{/icon}
13 {if $context EQ 'smog'}
14 {capture assign=crmURL}{crmURL q="context=amtg&amtgID=`$group.id`&reset=1"}{/capture}{ts 1=$group.title 2=$crmURL}%1 has no contacts which match your search criteria. You can <a href='%2'>add contacts here.</a>{/ts}
15 {else}
16 {if $qill}{ts}No matches found for:{/ts}
17 {include file="CRM/common/displaySearchCriteria.tpl"}
18 <br />
19 {else}
20 {ts}None found.{/ts}
21 {/if}
22 {ts}Suggestions:{/ts}
23 <ul>
24 <li>{ts}check your spelling{/ts}</li>
25 <li>{ts}try a different spelling or use fewer letters{/ts}</li>
26 <li>{ts}if you are searching within a Group or for Tagged contacts, try 'any group' or 'any tag'{/ts}</li>
27 {if $context NEQ 'Profile'}
28 {capture assign=crmURLI}{crmURL p='civicrm/contact/add' q='ct=Individual&reset=1'}{/capture}
29 {capture assign=crmURLO}{crmURL p='civicrm/contact/add' q='ct=Organization&reset=1'}{/capture}
30 {capture assign=crmURLH}{crmURL p='civicrm/contact/add' q='ct=Household&reset=1'}{/capture}
31 <li>{ts 1=$crmURLI 2=$crmURLO 3=$crmURLH}add a <a href='%1'>New Individual</a>, <a href='%2'>Organization</a> or <a href='%3'>Household</a>{/ts}</li>
32 <li>{ts}make sure you have enough privileges in the access control system{/ts}</li>
33 {/if}
34 </ul>
35 {/if}
36 </div>