Merge branch 'master' of git://github.com/civicrm/civicrm-core into fix-membership...
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Miscellaneous.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.7 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2016 |
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">
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 />
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}
57 <p class="description">{ts}If enabled, all actions will be logged with a complete record of changes.{/ts}</p>
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 />
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>
73 </td>
74 </tr>
75 <tr class="crm-miscellaneous-form-block-empoweredBy">
76 <td class="label">{$form.empoweredBy.label}</td>
77 <td>{$form.empoweredBy.html}<br />
78 <p class="description">{ts}When enabled, "empowered by CiviCRM" is displayed at the bottom of public forms.{/ts}</p></td>
79 </tr>
80 <tr class="crm-miscellaneous-form-block-max_attachments">
81 <td class="label">{$form.max_attachments.label}</td>
82 <td>{$form.max_attachments.html}<br />
83 <span class="description">{ts}Maximum number of files (documents, images, etc.) which can attached to emails or activities.{/ts}</span></td>
84 </tr>
85 <tr class="crm-miscellaneous-form-block-maxFileSize">
86 <td class="label">{$form.maxFileSize.label}</td>
87 <td>{$form.maxFileSize.html}<br />
88 <span class="description">{$maxFileSize_description}</span></td>
89 </tr>
90 <tr class="crm-miscellaneous-form-block-secondDegRelPermissions">
91 <td class="label">{$form.secondDegRelPermissions.label}</td>
92 <td>{$form.secondDegRelPermissions.html}<br />
93 <p class="description">{ts}If enabled, contacts with the permission to edit a related contact will inherit that contact's permission to edit other related contacts.{/ts}</p>
94 </td>
95 </tr>
96 <tr class="crm-miscellaneous-form-block-recentItemsMaxCount">
97 <td class="label">{$form.recentItemsMaxCount.label}</td>
98 <td>{$form.recentItemsMaxCount.html}<br />
99 <span class="description">{$recentItemsMaxCount_description}</span></td>
100 </tr>
101 <tr class="crm-miscellaneous-form-block-recentItemsProviders">
102 <td class="label">{$form.recentItemsProviders.label}</td>
103 <td>{$form.recentItemsProviders.html}<br />
104 <span class="description">{$recentItemsProviders_description}</span></td>
105 </tr>
106
107 </table>
108 <h3>{ts}reCAPTCHA Keys{/ts}</h3>
109 <div class="description">
110 {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}
111 </div>
112 <table class="form-layout">
113 <tr class="crm-miscellaneous-form-block-recaptchaPublicKey">
114 <td class="label">{$form.recaptchaPublicKey.label}</td>
115 <td>{$form.recaptchaPublicKey.html}</td>
116 </tr>
117 <tr class="crm-miscellaneous-form-block-recaptchaPrivateKey">
118 <td class="label">{$form.recaptchaPrivateKey.label}</td>
119 <td>{$form.recaptchaPrivateKey.html}</td>
120 </tr>
121 <tr class="crm-miscellaneous-form-block-recaptchaOptions">
122 <td class="label">{$form.recaptchaOptions.label}</td>
123 <td>{$form.recaptchaOptions.html}<br />
124 <span class="description">
125 {ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).{/ts}
126 <br />
127 {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}
128 </span>
129 </td>
130 </tr>
131 </table>
132 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
133 </div>