Cleanup GenerateData.php and make it possible to add contacts to an existing db
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Miscellaneous.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.3 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2013 |
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}
57 <p class="description">{ts}If enabled, all actions performed on non-cache tables will be logged (in the respective log_* tables).{/ts}</p>
58 <div class="status message">{ts}Logging functionality is currently in beta. Please test this feature on a copy of your database prior to using it on a production site.{/ts}</div>
59 {else}
60 <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>
61 {/if}
62 </td>
63 </tr>
64 <tr class="crm-miscellaneous-form-block-doNotAttachPDFReceipt">
65 <td class="label">{$form.doNotAttachPDFReceipt.label}</td>
66 <td>{$form.doNotAttachPDFReceipt.html}<br />
67 <p class="description">{ts}If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.{/ts}</p>
68 </td>
69 </tr>
70 <tr class="crm-miscellaneous-form-block-wkhtmltopdfPath">
71 <td class="label">{$form.wkhtmltopdfPath.label}</td>
72 <td>{$form.wkhtmltopdfPath.html}<br />
73 <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>
74 </td>
75 </tr>
b7aba061
CW
76 <tr class="crm-miscellaneous-form-block-versionAlert">
77 <td class="label">{$form.versionAlert.label}</td>
78 <td>{$form.versionAlert.html}<br />
79 <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>
80 </tr>
6a488035
TO
81 <tr class="crm-miscellaneous-form-block-versionCheck">
82 <td class="label">{$form.versionCheck.label}</td>
83 <td>{$form.versionCheck.html}<br />
6a488035
TO
84 <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>
85 </tr>
86 <tr class="crm-miscellaneous-form-block-max_attachments">
87 <td class="label">{$form.max_attachments.label}</td>
88 <td>{$form.max_attachments.html}<br />
89 <span class="description">{ts}Maximum number of files (documents, images, etc.) which can attached to emails or activities.{/ts}</span></td>
90 </tr>
91 <tr class="crm-miscellaneous-form-block-maxFileSize">
92 <td class="label">{$form.maxFileSize.label}</td>
93 <td>{$form.maxFileSize.html}<br />
94 <span class="description">{$maxFileSize_description}</span></td>
95 </tr>
96 </table>
97<h3>{ts}reCAPTCHA Keys{/ts}</h3>
98 <div class="description">
99 {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}
100 </div>
101 <table class="form-layout">
102 <tr class="crm-miscellaneous-form-block-recaptchaPublicKey">
103 <td class="label">{$form.recaptchaPublicKey.label}</td>
104 <td>{$form.recaptchaPublicKey.html}</td>
105 </tr>
106 <tr class="crm-miscellaneous-form-block-recaptchaPrivateKey">
107 <td class="label">{$form.recaptchaPrivateKey.label}</td>
108 <td>{$form.recaptchaPrivateKey.html}</td>
109 </tr>
110 <tr class="crm-miscellaneous-form-block-recaptchaOptions">
111 <td class="label">{$form.recaptchaOptions.label}</td>
112 <td>{$form.recaptchaOptions.html}<br />
113 <span class="description">{ts}You can specify the reCAPTCHA theme options as an comma seperated data.(eg: theme:'blackglass', lang : 'fr' ).<br />You can check the available options for reCAPTCHA here <a href="http://code.google.com/apis/recaptcha/docs/customization.html" "target=_blank">Customizing the Look and Feel of reCAPTCHA</a>.{/ts}</span></td>
114 </tr>
115 </table>
116 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
117</div>