Merge pull request #4410 from eileenmcnaughton/CRM-15297
[civicrm-core.git] / templates / CRM / Admin / Form / Preferences / Display.hlp
CommitLineData
e0d683cf
PB
1{*\r
2 +--------------------------------------------------------------------+\r
9148c277 3 | CiviCRM version 4.5 |\r
e0d683cf
PB
4 +--------------------------------------------------------------------+\r
5 | Copyright CiviCRM LLC (c) 2004-2013 |\r
6 +--------------------------------------------------------------------+\r
7 | This file is a part of CiviCRM. |\r
8 | |\r
9 | CiviCRM is free software; you can copy, modify, and distribute it |\r
10 | under the terms of the GNU Affero General Public License |\r
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |\r
12 | |\r
13 | CiviCRM is distributed in the hope that it will be useful, but |\r
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |\r
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |\r
16 | See the GNU Affero General Public License for more details. |\r
17 | |\r
18 | You should have received a copy of the GNU Affero General Public |\r
19 | License and the CiviCRM Licensing Exception along |\r
20 | with this program; if not, contact CiviCRM LLC |\r
21 | at info[AT]civicrm[DOT]org. If you have questions about the |\r
22 | GNU Affero General Public License or the licensing of CiviCRM, |\r
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |\r
24 +--------------------------------------------------------------------+\r
25*}\r
26{htxt id="id-editor_id-title"}\r
27 {ts}WYSIWYG Editor{/ts}\r
28{/htxt}\r
29{htxt id="id-editor_id"}\r
9148c277
PB
30 <p>{ts}Select the HTML WYSIWYG Editor provided for fields that allow HTML formatting. Select 'Textarea' if you don't want to provide a WYSIWYG Editor (users will type text and / or HTML code into plain text fields).{/ts}</p>\r
31 <p>{ts}<strong>Spell-checking:</strong> ckEditor includes a Spell-check button by default. There is also an optional plugin which does spell-checking automatically (as you type). However, this plugin is not enabled by default since it sends user input to a 3rd party service (spellchecker.net) without informing the user - and this may pose privacy issues for some sites.{/ts}\r
32 <p>{ts}To enable auto spell check, in packages/ckeditor/config.js - change this value to true:{/ts}<br />\r
33 config.scayt_autoStartup = false;\r
34 <p>{ts}To remove the Spell Check button, in packages/ckeditor/config.js - remove this item in the config.toolbar_Full list:{/ts}<br />\r
35 'SpellChecker'\r
36 <p>{ts}<strong>NOTE:</strong> If you are modifying config.js you should first have configured a Custom PHP Path under Administer > System Settings > Directories, and place your modified version in the custom path.{/ts}</p>\r
e0d683cf
PB
37{/htxt}\r
38\r
39{htxt id="id-invoices_id-title"}\r
40 {ts}Invoices / Credit Notes{/ts}\r
41{/htxt}\r
42{htxt id="id-invoices_id"}\r
9148c277
PB
43 {capture assign=invoiceURL}{crmURL p='civicrm/admin/setting/preferences/contribute' q="reset=1"}{/capture} \r
44 {ts 1=$invoiceURL}In order to enable logged in users to download invoices and credit notes from the dashboard. Please first enable CiviCRM invoicing functionality <a href='%1'>Administer > CiviContribute > CiviContribute Component Settings</a>{/ts}\r
e0d683cf 45{/htxt}\r