X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FAdmin%2FForm%2FSetting%2FUpdateConfigBackend.tpl;h=25148c4164822e37b5c29a125114087b8aa8f352;hb=71f7de786e8da429b2e8d630cb3ec1bf02f529e9;hp=2eaa4487dc01cd2487f199f8a07444ab26b3c6bf;hpb=23049f2786d83845f95f6e28f5866c550874c189;p=civicrm-core.git diff --git a/templates/CRM/Admin/Form/Setting/UpdateConfigBackend.tpl b/templates/CRM/Admin/Form/Setting/UpdateConfigBackend.tpl index 2eaa4487dc..25148c4164 100644 --- a/templates/CRM/Admin/Form/Setting/UpdateConfigBackend.tpl +++ b/templates/CRM/Admin/Form/Setting/UpdateConfigBackend.tpl @@ -1,6 +1,6 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.6 | + | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ @@ -26,42 +26,24 @@

- {ts}Use this form if you need to reset the Base Directory Path and Base URL settings for your CiviCRM installation. These settings are stored in the database, and generally need adjusting after moving a CiviCRM installation to another location in the file system and/or to another URL.{/ts}

+ {ts}When migrating a site to a new server, the paths and URLs of your CiviCRM installation may change. {/ts} +

- {ts}CiviCRM will attempt to detect the new values that should be used. These are provided below as the default values for the New Base Directory and New Base URL fields.{/ts}

+ {capture assign="pathsURL"}{crmURL p="civicrm/admin/setting/path" q="reset=1"}{/capture} + {capture assign="urlsURL"}{crmURL p="civicrm/admin/setting/url" q="reset=1"}{/capture} + {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 Directories and Resource URLs.{/ts} +

-
{$form._qf_UpdateConfigBackend_next_cleanup.html}
- - - - - - - - - - - - - - - - - -{if $oldSiteName} - - - - - - - - -{/if} -
{ts}Old Base Directory{/ts}{$oldBaseDir}
{$form.newBaseDir.label}{$form.newBaseDir.html|crmAddClass:'huge'}
- {ts}For Drupal and WordPress installs, this is the absolute path to the location of the 'files' directory. For Joomla installs this is the absolute path to the location of the 'media' directory.{/ts}
{ts}Old Base URL{/ts}{$oldBaseURL}
{$form.newBaseURL.label}{$form.newBaseURL.html|crmAddClass:'huge'}
- {ts}This is the URL for your Drupal, Joomla or WordPress site (e.g. http://www.mysite.com/drupal/).{/ts}
{ts}Old Site Name{/ts}{$oldSiteName}
{$form.newSiteName.label}{$form.newSiteName.html|crmAddClass:'huge'}
- {ts}This is the your site name for a multisite install.{/ts}
+
+ + + {$form._qf_UpdateConfigBackend_next_cleanup.html} + + + + {$form._qf_UpdateConfigBackend_next_resetpaths.html} + +
{include file="CRM/common/formButtons.tpl" location="bottom"}