From 8577d1ef8b57679ac844ee182775245042c234b5 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 26 Aug 2014 15:48:04 -0700 Subject: [PATCH] CRM-14635 - Fix obsolete links to developer book - link to Developer Resources on wiki instead. ---------------------------------------- * CRM-14635: https://issues.civicrm.org/jira/browse/CRM-14635 --- templates/CRM/Admin/Form/Setting/Debugging.tpl | 2 +- templates/CRM/Admin/Form/Setting/Path.tpl | 2 +- templates/CRM/Contact/Page/CustomSearch.hlp | 2 +- templates/CRM/Custom/Form/Field.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Debugging.tpl b/templates/CRM/Admin/Form/Setting/Debugging.tpl index febf3e4eee..c6e1e4c860 100644 --- a/templates/CRM/Admin/Form/Setting/Debugging.tpl +++ b/templates/CRM/Admin/Form/Setting/Debugging.tpl @@ -25,7 +25,7 @@ *}
- {ts}In addition to the settings on this screen, there are a number of settings you can add to your sites's settings file (civicrm.settings.php) to provide additional debugging information.{/ts} {docURL page="developer/development-environment/debugging"} + {ts}In addition to the settings on this screen, there are a number of settings you can add to your sites's settings file (civicrm.settings.php) to provide additional debugging information.{/ts} {docURL page="Debugging for developers" resource="wiki"}
{include file="CRM/common/formButtons.tpl" location="top"}
diff --git a/templates/CRM/Admin/Form/Setting/Path.tpl b/templates/CRM/Admin/Form/Setting/Path.tpl index 01ab989e02..cd0880f11f 100644 --- a/templates/CRM/Admin/Form/Setting/Path.tpl +++ b/templates/CRM/Admin/Form/Setting/Path.tpl @@ -50,7 +50,7 @@ diff --git a/templates/CRM/Contact/Page/CustomSearch.hlp b/templates/CRM/Contact/Page/CustomSearch.hlp index f0b3a5c78d..21fe44e5a2 100644 --- a/templates/CRM/Contact/Page/CustomSearch.hlp +++ b/templates/CRM/Contact/Page/CustomSearch.hlp @@ -30,7 +30,7 @@

{ts}These are developed and contributed by members of the CiviCRM community. Consider adding any custom searches which you use often to your Search menu (from Administer > Customize Data and Screens > Navigation Menu). As new custom searches become available they can be viewed (and installed if useful) from Administer > System Settings > Manage Extensions.{/ts}

-

{docURL page="developer/the-extensions-framework/custom-searches"}

+

{docURL page="Create a Custom-Search Extension" resource="wiki"}

{ts}NOTE: Some of these searches may rely on specific site configurations - and may not work as expected on your site.{/ts} diff --git a/templates/CRM/Custom/Form/Field.tpl b/templates/CRM/Custom/Form/Field.tpl index 735b9bc82f..2154128789 100644 --- a/templates/CRM/Custom/Form/Field.tpl +++ b/templates/CRM/Custom/Form/Field.tpl @@ -190,7 +190,7 @@ function custom_option_html_type( ) { {$form.filter.html}   {ts}Filter by Group{/ts}
- {ts}Filter contact search results for this field using Contact Lookup API parameters. EXAMPLE: To list Students in group 3:{/ts} "action=lookup&group=3&contact_sub_type=Student" {docURL page="developer/techniques/api"} + {ts}Filter contact search results for this field using Contact Lookup API parameters. EXAMPLE: To list Students in group 3:{/ts} "action=lookup&group=3&contact_sub_type=Student" {docURL page="Using the API" resource="wiki"}

= 4 && $form.data_type.value.1.0 neq 'CheckBox' || $form.data_type.value.1.0 neq 'Radio' )}class="hide-block"{/if}> -- 2.25.1
{$form.customTemplateDir.label} {$form.customTemplateDir.html|crmAddClass:'huge40'}
- {ts}Path where site specific templates are stored if any. This directory is searched first if set. Custom JavaScript code can be added to templates by creating files named templateFile.extra.tpl.{/ts} {docURL page="developer/techniques/templates"}
+ {ts}Path where site specific templates are stored if any. This directory is searched first if set. Custom JavaScript code can be added to templates by creating files named templateFile.extra.tpl.{/ts} {docURL page="Customize Built-in Screens" resource="wiki"}
{ts}CiviCase configuration files can also be stored in this custom path.{/ts} {docURL page="user/case-management/setup"}