commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / templates / CRM / Admin / Form / Setting / UpdateConfigBackend.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 <div class="crm-block crm-form-block crm-config-backend-form-block">
27 <div id="help">
28 <p>
29 {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}</p>
30 <p>
31 {ts}CiviCRM will attempt to detect the new values that should be used. These are provided below as the default values for the <strong>New Base Directory</strong> and <strong>New Base URL</strong> fields.{/ts}</p>
32 </div>
33 <div>
34 <span class="crm-button crm-icon-button">
35 <span class="crm-button-icon ui-icon-trash"> </span>
36 {$form._qf_UpdateConfigBackend_next_cleanup.html}
37 </span>
38 </div>
39 <table>
40 <tr class="crm-config-backend-form-block-oldBaseDir">
41 <td class="label">{ts}Old Base Directory{/ts}</td>
42 <td>{$oldBaseDir}</td>
43 </tr>
44 <tr class="crm-config-backend-form-block-newBaseDir">
45 <td class="label">{$form.newBaseDir.label}</td>
46 <td>{$form.newBaseDir.html|crmAddClass:'huge'}<br />
47 <span class="description">{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}</span></td>
48 </tr>
49 <tr class="crm-config-backend-form-block-oldBaseURL">
50 <td class="label">{ts}Old Base URL{/ts}</td>
51 <td>{$oldBaseURL}</td>
52 </tr>
53 <tr class="crm-config-backend-form-block-newBaseURL">
54 <td class="label">{$form.newBaseURL.label}</td>
55 <td>{$form.newBaseURL.html|crmAddClass:'huge'}<br />
56 <span class="description">{ts}This is the URL for your Drupal, Joomla or WordPress site (e.g. http://www.mysite.com/drupal/).{/ts}</span></td>
57 </tr>
58 {if $oldSiteName}
59 <tr class="crm-config-backend-form-block-oldSiteName">
60 <td class="label">{ts}Old Site Name{/ts}</td>
61 <td>{$oldSiteName}</td>
62 </tr>
63 <tr class="crm-config-backend-form-block-newSiteName">
64 <td class="label">{$form.newSiteName.label}</td>
65 <td>{$form.newSiteName.html|crmAddClass:'huge'}<br />
66 <span class="description">{ts}This is the your site name for a multisite install.{/ts}</span></td>
67 </tr>
68 {/if}
69 </table>
70 <div>{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
71 <div class="spacer"></div>
72 </div>