CRM-18958 add setting to control addion of limit to the dedupe screen.
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Miscellaneous.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
2c4c49ca 3 | CiviCRM version 4.7 |
6a488035 4 +--------------------------------------------------------------------+
fa938177 5 | Copyright CiviCRM LLC (c) 2004-2016 |
6a488035
TO
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-miscellaneous-form-block">
27 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
28 <table class="form-layout">
29 <tr class="crm-miscellaneous-form-block-dashboardCacheTimeout">
30 <td class="label">{$form.dashboardCacheTimeout.label}</td>
31 <td>{$form.dashboardCacheTimeout.html}<br />
32 <span class="description">{ts}The number of minutes to cache dashlet content on dashboard.{/ts}</span></td>
33 </tr>
34 </table>
35
36 <table class="form-layout">
92a8de72
TO
37 <tr class="crm-miscellaneous-form-block-checksum_timeout">
38 <td class="label">{$form.checksum_timeout.label}</td>
39 <td>{$form.checksum_timeout.html}<br />
6a488035
TO
40 <span class="description">{ts}The number of days before a personalized (hashed) link will expire.{/ts}</span></td>
41 </tr>
42 </table>
43
44 <table class="form-layout">
45 <tr class="crm-miscellaneous-form-block-contact_undelete">
46 <td class="label">{$form.contact_undelete.label}</td>
47 <td>
48 {$form.contact_undelete.html}<br />
49 <p class="description">{ts}{$contact_undelete_description}{/ts}</p>
50 </td>
51 </tr>
52 <tr class="crm-miscellaneous-form-block-logging">
53 <td class="label">{$form.logging.label}</td>
54 <td>
55 {$form.logging.html}<br />
56 {if $validTriggerPermission}
ecc20f0e 57 <p class="description">{ts}If enabled, all actions will be logged with a complete record of changes.{/ts}</p>
6a488035
TO
58 {else}
59 <p class="description">{ts}In order to use this functionality, the installation's database user must have privileges to create triggers (in MySQL 5.0 – and in MySQL 5.1 if binary logging is enabled – this means the SUPER privilege). This install either does not seem to have the required privilege enabled.{/ts}&nbsp;{ts}This functionality cannot be enabled on multilingual installations.{/ts}</p>
60 {/if}
61 </td>
62 </tr>
63 <tr class="crm-miscellaneous-form-block-doNotAttachPDFReceipt">
64 <td class="label">{$form.doNotAttachPDFReceipt.label}</td>
65 <td>{$form.doNotAttachPDFReceipt.html}<br />
66 <p class="description">{ts}If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.{/ts}</p>
67 </td>
68 </tr>
69 <tr class="crm-miscellaneous-form-block-wkhtmltopdfPath">
70 <td class="label">{$form.wkhtmltopdfPath.label}</td>
71 <td>{$form.wkhtmltopdfPath.html}<br />
9c17d17b 72 <p class="description">{ts 1="http://wkhtmltopdf.org/"}<a href="%1">wkhtmltopdf is an alternative utility for generating PDF's</a> which may provide better performance especially if you are generating a large number of PDF letters or receipts. Your system administrator will need to download and install this utility, and enter the executable path here.{/ts}</p>
6a488035
TO
73 </td>
74 </tr>
30fcf833 75 {foreach from=$pure_config_settings item=setting_name}
76 <tr class="crm-miscellaneous-form-block-{$setting_name}">
77 <td class="label">{$form.$setting_name.label}</td>
78 <td>{$form.$setting_name.html}<br />
79 <span class="description">{$setting_descriptions.$setting_name}</span>
d5f1ee75 80 </td>
30fcf833 81 </tr>
82 {/foreach}
de18a4f8 83
6a488035
TO
84 </table>
85<h3>{ts}reCAPTCHA Keys{/ts}</h3>
86 <div class="description">
87 {ts 1="https://www.google.com/recaptcha"}reCAPTCHA is a free service that helps prevent automated abuse of your site. To use reCAPTCHA on public-facing CiviCRM forms: sign up at <a href="%1" "target=_blank">Google's reCaptcha site</a>; enter the provided public and private reCAPTCHA keys here; then enable reCAPTCHA under Advanced Settings in any Profile.{/ts}
88 </div>
89 <table class="form-layout">
90 <tr class="crm-miscellaneous-form-block-recaptchaPublicKey">
91 <td class="label">{$form.recaptchaPublicKey.label}</td>
92 <td>{$form.recaptchaPublicKey.html}</td>
93 </tr>
94 <tr class="crm-miscellaneous-form-block-recaptchaPrivateKey">
95 <td class="label">{$form.recaptchaPrivateKey.label}</td>
96 <td>{$form.recaptchaPrivateKey.html}</td>
97 </tr>
98 <tr class="crm-miscellaneous-form-block-recaptchaOptions">
99 <td class="label">{$form.recaptchaOptions.label}</td>
100 <td>{$form.recaptchaOptions.html}<br />
c5f713ba
CW
101 <span class="description">
102 {ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).{/ts}
103 <br />
104 {ts 1='href="https://developers.google.com/recaptcha/docs/display#config" target="_blank"'}Check the available options at <a %1>Customizing the Look and Feel of reCAPTCHA</a>.{/ts}
105 </span>
106 </td>
6a488035
TO
107 </tr>
108 </table>
109 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
110</div>