Merge pull request #17846 from mattwire/optimiseclearcaches
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / UpdateConfigBackend.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
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 |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
f6eedce7 10<div class="help">
e4d3eb19 11 <p>
4f240ac1 12 {ts}When migrating a site to a new server, the paths and URLs of your CiviCRM installation may change. {/ts}
e4d3eb19
MWMC
13 </p>
14 <p>
4f240ac1
TO
15 {capture assign="pathsURL"}{crmURL p="civicrm/admin/setting/path" q="reset=1"}{/capture}
16 {capture assign="urlsURL"}{crmURL p="civicrm/admin/setting/url" q="reset=1"}{/capture}
17 {ts 1=$pathsURL 2=$urlsURL}The old paths and URLs may be retained in some database records. Use this form to clear caches or to reset paths to their defaults. If you need further customizations, then update the <a href="%1">Directories</a> and <a href="%2">Resource URLs</a>.{/ts}
e4d3eb19 18 </p>
e51744f5 19</div>
2c3c9a71 20<div class="crm-block crm-form-block crm-config-backend-form-block">
e4d3eb19 21 <div>{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
6a488035 22</div>