Merge pull request #3238 from monishdeb/CRM-14424
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Miscellaneous.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
819d0d41 3 | CiviCRM version 4.5 |
6a488035 4 +--------------------------------------------------------------------+
819d0d41 5 | Copyright CiviCRM LLC (c) 2004-2014 |
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">
37 <tr class="crm-miscellaneous-form-block-checksumTimeout">
38 <td class="label">{$form.checksumTimeout.label}</td>
39 <td>{$form.checksumTimeout.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}
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 />
72 <p class="description">{ts 1="http://code.google.com/p/wkhtmltopdf/"}<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>
b7aba061
CW
75 <tr class="crm-miscellaneous-form-block-versionAlert">
76 <td class="label">{$form.versionAlert.label}</td>
77 <td>{$form.versionAlert.html}<br />
78 <p class="description">{ts}Displays an on-screen alert to users with "Administer CiviCRM" permissions when a new version of CiviCRM is available. This setting will only work if the "Version Check &amp; Statistics Reporting" setting is enabled.{/ts}</p></td>
79 </tr>
6a488035
TO
80 <tr class="crm-miscellaneous-form-block-versionCheck">
81 <td class="label">{$form.versionCheck.label}</td>
82 <td>{$form.versionCheck.html}<br />
6a488035
TO
83 <p class="description">{ts}When enabled, statistics about your CiviCRM installation are reported anonymously to the CiviCRM team to assist in prioritizing ongoing development efforts. The following information is gathered: CiviCRM version, versions of PHP, MySQL and framework (Drupal/Joomla/standalone), and default language. Counts (but no actual data) of the following record types are reported: contacts, activities, cases, relationships, contributions, contribution pages, contribution products, contribution widgets, discounts, price sets, profiles, events, participants, tell-a-friend pages, grants, mailings, memberships, membership blocks, pledges, pledge blocks and active payment processor types.{/ts}</p></td>
84 </tr>
85 <tr class="crm-miscellaneous-form-block-max_attachments">
86 <td class="label">{$form.max_attachments.label}</td>
87 <td>{$form.max_attachments.html}<br />
88 <span class="description">{ts}Maximum number of files (documents, images, etc.) which can attached to emails or activities.{/ts}</span></td>
89 </tr>
90 <tr class="crm-miscellaneous-form-block-maxFileSize">
91 <td class="label">{$form.maxFileSize.label}</td>
92 <td>{$form.maxFileSize.html}<br />
93 <span class="description">{$maxFileSize_description}</span></td>
94 </tr>
d5f1ee75
DG
95 <tr class="crm-miscellaneous-form-block-secondDegRelPermissions">
96 <td class="label">{$form.secondDegRelPermissions.label}</td>
97 <td>{$form.secondDegRelPermissions.html}<br />
98 <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>
99 </td>
100 </tr>
6a488035
TO
101 </table>
102<h3>{ts}reCAPTCHA Keys{/ts}</h3>
103 <div class="description">
104 {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}
105 </div>
106 <table class="form-layout">
107 <tr class="crm-miscellaneous-form-block-recaptchaPublicKey">
108 <td class="label">{$form.recaptchaPublicKey.label}</td>
109 <td>{$form.recaptchaPublicKey.html}</td>
110 </tr>
111 <tr class="crm-miscellaneous-form-block-recaptchaPrivateKey">
112 <td class="label">{$form.recaptchaPrivateKey.label}</td>
113 <td>{$form.recaptchaPrivateKey.html}</td>
114 </tr>
115 <tr class="crm-miscellaneous-form-block-recaptchaOptions">
116 <td class="label">{$form.recaptchaOptions.label}</td>
117 <td>{$form.recaptchaOptions.html}<br />
9923e6b7 118 <span class="description">{ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).<br />Check the available options for reCAPTCHA here: <a href="https://developers.google.com/recaptcha/docs/customization" target="_blank">Customizing the Look and Feel of reCAPTCHA</a>.{/ts}</span></td>
6a488035
TO
119 </tr>
120 </table>
121 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
122</div>