Merge pull request #19070 from mattwire/extensionupgrademsg
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / UF.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">
6a488035
TO
11 {ts}These settings define the CMS variables that are used with CiviCRM.{/ts}
12</div>
2c3c9a71 13<div class="crm-block crm-form-block crm-uf-form-block">
6a488035
TO
14<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
15 <table class="form-layout-compressed">
16 <tr class="crm-uf-form-block-userFrameworkUsersTableName">
17 <td class="label">{$form.userFrameworkUsersTableName.label}</td>
18 <td>{$form.userFrameworkUsersTableName.html}</td>
19 </tr>
36b820ae
DL
20 {if $form.wpBasePage}
21 <tr class="crm-uf-form-block-wpBasePage">
22 <td class="label">{$form.wpBasePage.label}</td>
23 <td>{$config->userFrameworkBaseURL}{$form.wpBasePage.html}
94c11eeb 24 <p class="description">{ts 1=$config->userFrameworkBaseURL}By default, CiviCRM will generate front-facing pages using the home page at %1 as its base. If you want to use a different template for CiviCRM pages, set the path here.{/ts}</p>
36b820ae
DL
25 </td>
26 </tr>
27 {/if}
5e7f101a 28 <tr class="crm-uf-form-block-syncCMSEmail">
29 <td class="label">{$form.syncCMSEmail.label}</td>
30 <td>{$form.syncCMSEmail.html}</td>
31 </tr>
6a488035
TO
32 </table>
33 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
34<div class="spacer"></div>
35{if $tablePrefixes}
36<div class="form-item">
37<fieldset>
38 <legend>{ts}Views integration settings{/ts}</legend>
8ea02f9c 39 <div>{ts}To enable CiviCRM Views integration, add or update the following item in the <code>settings.php</code> file:{/ts}</div>
6a488035
TO
40 <pre>{$tablePrefixes}</pre>
41</fieldset>
42</div>
43{/if}
232624b1 44</div>