CRM-14635 - Fix obsolete links to developer book - link to Developer Resources on...
authorDave Greenberg <dave@civicrm.org>
Tue, 26 Aug 2014 22:48:04 +0000 (15:48 -0700)
committerDave Greenberg <dave@civicrm.org>
Tue, 26 Aug 2014 22:48:04 +0000 (15:48 -0700)
----------------------------------------
* CRM-14635:
  https://issues.civicrm.org/jira/browse/CRM-14635

templates/CRM/Admin/Form/Setting/Debugging.tpl
templates/CRM/Admin/Form/Setting/Path.tpl
templates/CRM/Contact/Page/CustomSearch.hlp
templates/CRM/Custom/Form/Field.tpl

index febf3e4eee8ae323189970a687d34b0ff0314131..c6e1e4c86075a2cebed0ccc607944f248be45faa 100644 (file)
@@ -25,7 +25,7 @@
 *}
 <div class="crm-block crm-form-block crm-debugging-form-block">
 <div id="help">
-    {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"}
 </div>
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
          <table class="form-layout">
index 01ab989e0245d814d4eec2474508bdae8bc9c35a..cd0880f11f4bbd73b37034cc28b1baff60b52abd 100644 (file)
@@ -50,7 +50,7 @@
             <tr class="crm-path-form-block-customTemplateDir">
                 <td class="label">{$form.customTemplateDir.label}</td>
                 <td>{$form.customTemplateDir.html|crmAddClass:'huge40'}<br />
-                    <span class="description">{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 <em>templateFile.extra.tpl</em>.{/ts} {docURL page="developer/techniques/templates"}</span><br />
+                    <span class="description">{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 <em>templateFile.extra.tpl</em>.{/ts} {docURL page="Customize Built-in Screens" resource="wiki"}</span><br />
                     <span class="description">{ts}CiviCase configuration files can also be stored in this custom path.{/ts} {docURL page="user/case-management/setup"}</span>
                 </td>
             </tr>
index f0b3a5c78d9ce46188e7ee396361e793d1cfdd29..21fe44e5a21f4f3ac171bfe6a095673b79913194 100644 (file)
@@ -30,7 +30,7 @@
 <p>
   {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}
 </p>
-<p>{docURL page="developer/the-extensions-framework/custom-searches"}</p>
+<p>{docURL page="Create a Custom-Search Extension" resource="wiki"}</p>
 </p>
 <p>
   {ts}NOTE: Some of these searches may rely on specific site configurations - and may not work as expected on your site.{/ts}
index 735b9bc82f72ec75b5d897debeee7f2b83d376e5..2154128789a4b8c7fd2a621e36510f3ba47e4e31 100644 (file)
@@ -190,7 +190,7 @@ function custom_option_html_type( ) {
               {$form.filter.html}
               &nbsp;&nbsp;<span><a href="#" onclick="toggleContactRefFilter('Group'); return false;">{ts}Filter by Group{/ts}</a></span>
         <br />
-        <span class="description">{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"}</span>
+        <span class="description">{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"}</span>
             </td>
         </tr>
         <tr  class="crm-custom-field-form-block-options_per_line" id="optionsPerLine" {if $action neq 2 && ($form.data_type.value.0.0 >= 4 && $form.data_type.value.1.0 neq 'CheckBox' || $form.data_type.value.1.0 neq 'Radio' )}class="hide-block"{/if}>