Merge pull request #15813 from eileenmcnaughton/fee
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Miscellaneous.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
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 |
8 +--------------------------------------------------------------------+
9 *}
10 <div class="crm-block crm-form-block crm-miscellaneous-form-block">
11 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
12
13 <table class="form-layout">
14 <tr class="crm-miscellaneous-form-block-checksum_timeout">
15 <td class="label">{$form.checksum_timeout.label}</td>
16 <td>{$form.checksum_timeout.html}<br />
17 <span class="description">{ts}The number of days before a personalized (hashed) link will expire.{/ts}</span></td>
18 </tr>
19 </table>
20
21 <table class="form-layout">
22 <tr class="crm-miscellaneous-form-block-contact_undelete">
23 <td class="label">{$form.contact_undelete.label}</td>
24 <td>
25 {$form.contact_undelete.html}<br />
26 <p class="description">{ts}{$contact_undelete_description}{/ts}</p>
27 </td>
28 </tr>
29 <tr class="crm-miscellaneous-form-block-logging">
30 <td class="label">{$form.logging.label}</td>
31 <td>
32 {$form.logging.html}<br />
33 {if $validTriggerPermission}
34 <p class="description">{ts}If enabled, all actions will be logged with a complete record of changes.{/ts}</p>
35 {else}
36 <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>
37 {/if}
38 </td>
39 </tr>
40 <tr class="crm-miscellaneous-form-block-doNotAttachPDFReceipt">
41 <td class="label">{$form.doNotAttachPDFReceipt.label}</td>
42 <td>{$form.doNotAttachPDFReceipt.html}<br />
43 <p class="description">{ts}If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.{/ts}</p>
44 </td>
45 </tr>
46 <tr class="crm-miscellaneous-form-block-recordGeneratedLetters">
47 <td class="label">{$form.recordGeneratedLetters.label}</td>
48 <td>{$form.recordGeneratedLetters.html}<br />
49 <p class="description">{ts}When generating a letter (PDF/Word) via mail-merge, how should the letter be recorded?{/ts}</p>
50 </td>
51 </tr>
52 <tr class="crm-miscellaneous-form-block-wkhtmltopdfPath">
53 <td class="label">{$form.wkhtmltopdfPath.label}</td>
54 <td>{$form.wkhtmltopdfPath.html}<br />
55 <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>
56 </td>
57 </tr>
58 {foreach from=$pure_config_settings item=setting_name}
59 <tr class="crm-miscellaneous-form-block-{$setting_name}">
60 <td class="label">{$form.$setting_name.label}</td>
61 <td>{$form.$setting_name.html}<br />
62 <span class="description">{$setting_descriptions.$setting_name}</span>
63 </td>
64 </tr>
65 {/foreach}
66 <tr class="crm-miscellaneous-form-block-remote_profile_submissions_allowed">
67 <td class="label">{$form.remote_profile_submissions.label}</td>
68 <td>{$form.remote_profile_submissions.html}<br />
69 <p class="description">{ts}If enabled, CiviCRM will allow users to submit profiles from external sites. This is disabled by default to limit abuse.{/ts}</p>
70 </td>
71 </tr>
72 <tr class="crm-miscellaneous-form-block-allow_alert_autodismissal">
73 <td class="label">{$form.allow_alert_autodismissal.label}</td>
74 <td>{$form.allow_alert_autodismissal.html}<br />
75 <p class="description">{ts}If disabled, CiviCRM will not automatically dismiss any alerts after 10 seconds.{/ts}</p>
76 </td>
77 </tr>
78 </table>
79
80 <h3>{ts}reCAPTCHA Keys{/ts}</h3>
81
82 <div class="description">
83 {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}
84 </div>
85 <table class="form-layout">
86 <tr class="crm-miscellaneous-form-block-recaptchaPublicKey">
87 <td class="label">{$form.recaptchaPublicKey.label}</td>
88 <td>{$form.recaptchaPublicKey.html}</td>
89 </tr>
90 <tr class="crm-miscellaneous-form-block-recaptchaPrivateKey">
91 <td class="label">{$form.recaptchaPrivateKey.label}</td>
92 <td>{$form.recaptchaPrivateKey.html}</td>
93 </tr>
94 <tr class="crm-miscellaneous-form-block-recaptchaOptions">
95 <td class="label">{$form.recaptchaOptions.label}</td>
96 <td>{$form.recaptchaOptions.html}<br />
97 <span class="description">
98 {ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).{/ts}
99 <br />
100 {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}
101 </span>
102 </td>
103 </tr>
104 <tr class="crm-miscellaneous-form-block-recaptchaPrivateKey">
105 <td class="label">{$form.forceRecaptcha.label}</td>
106 <td>
107 {$form.forceRecaptcha.html}
108 <p class="description">{ts}If enabled, reCAPTCHA will show on all contribution pages.{/ts}</p>
109 </td>
110 </tr>
111 </table>
112 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
113 </div>