Merge pull request #15826 from seamuslee001/dev_core_183_dedupe
[civicrm-core.git] / templates / CRM / Event / 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. *}
11 <div class="messages status no-popup">
12 <div class="icon inform-icon"></div> &nbsp;
13 {if $qill}{ts}No matches found for:{/ts}
14 {include file="CRM/common/displaySearchCriteria.tpl"}
15 {else}
16 {ts}None found.{/ts}
17 {/if}
18 <br />
19 {ts}Suggestions:{/ts}
20 <ul>
21 <li>{ts}if you are searching by participant name, check your spelling{/ts}</li>
22 <li>{ts}try a different spelling or use fewer letters{/ts}</li>
23 <li>{ts}if you are searching within a date range, try a wider range of values{/ts}</li>
24 <li>{ts}make sure you have enough privileges in the access control system{/ts}</li>
25 </ul>
26 </div>