Merge pull request #15785 from eileenmcnaughton/contribution_url_params
[civicrm-core.git] / templates / CRM / common / accesskeys.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 {if not $urlIsPublic}
11 <div class="footer" id="access">
12 {capture assign='accessKeysHelpTitle'}{ts}Access Keys{/ts}{/capture}
13 {ts}Access Keys:{/ts}
14 {help id='accesskeys' file='CRM/common/accesskeys' title=$accessKeysHelpTitle}
15 </div>
16 {/if}