From c5f713bab209a4dd6e58ae5530f247130b95ee09 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 12 Apr 2015 19:01:53 -0400 Subject: [PATCH] Update doc links --- templates/CRM/Admin/Form/Setting/Miscellaneous.tpl | 7 ++++++- templates/CRM/Admin/Page/ConfigTaskList.tpl | 2 +- templates/CRM/Member/Page/DashBoard.hlp | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl index 310a9528d7..f59963479b 100644 --- a/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl +++ b/templates/CRM/Admin/Form/Setting/Miscellaneous.tpl @@ -131,7 +131,12 @@ {$form.recaptchaOptions.label} {$form.recaptchaOptions.html}
- {ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).
Check the available options for reCAPTCHA here: Customizing the Look and Feel of reCAPTCHA.{/ts}
+ + {ts}You can specify the reCAPTCHA theme options as comma separated data.(eg: theme:'blackglass', lang : 'fr' ).{/ts} +
+ {ts 1='href="https://developers.google.com/recaptcha/docs/display#config" target="_blank"'}Check the available options at Customizing the Look and Feel of reCAPTCHA.{/ts} +
+
{include file="CRM/common/formButtons.tpl" location="bottom"}
diff --git a/templates/CRM/Admin/Page/ConfigTaskList.tpl b/templates/CRM/Admin/Page/ConfigTaskList.tpl index a44ab890dd..b5eb0116d6 100644 --- a/templates/CRM/Admin/Page/ConfigTaskList.tpl +++ b/templates/CRM/Admin/Page/ConfigTaskList.tpl @@ -167,7 +167,7 @@ {ts}Online event registration and participant tracking.{/ts} - {docURL page="user/membership/what-is-civimember" text="CiviMember"} + {docURL page="user/membership/introduction-to-memberships" text="CiviMember"} {ts}Online signup and membership management.{/ts} diff --git a/templates/CRM/Member/Page/DashBoard.hlp b/templates/CRM/Member/Page/DashBoard.hlp index e1eebd0559..ffc1d8f248 100644 --- a/templates/CRM/Member/Page/DashBoard.hlp +++ b/templates/CRM/Member/Page/DashBoard.hlp @@ -34,5 +34,5 @@

{ts 1=$contribPagesURL 2=$memberTypesURL}CiviMember allows you to create customized membership types as well as page(s) for online membership sign-up and renewal. Administrators can create or modify Membership Types here, and configure Online Contribution Pages which include membership sign-up here.{/ts}

{capture assign=findMembersURL}{crmURL p="civicrm/member/search/basic" q="reset=1"}{/capture}

{ts 1=$findMembersURL}This table provides a summary of Membership Signup and Renewal Activity, and includes shortcuts to view the details for these commonly used search criteria. To run your own customized searches - click Find Members. You can search by Member Name, Membership Type, Status, and Signup Date Ranges.{/ts}

-

{ts 1=$findContactURL 2=$importURL}You can also input and track membership sign-ups offline. To record memberships manually for individual contacts, use Find Contacts to locate the contact. Then click View to go to their summary page and click on the New Membership link. You can also import batches of membership records from other sources.{/ts} {docURL page="user/membership/what-is-civimember" text="Refer to the online user guide for more information."}

+

{ts 1=$findContactURL 2=$importURL}You can also input and track membership sign-ups offline. To record memberships manually for individual contacts, use Find Contacts to locate the contact. Then click View to go to their summary page and click on the New Membership link. You can also import batches of membership records from other sources.{/ts} {docURL page="user/membership/introduction-to-memberships" text="Refer to the online user guide for more information."}

{/htxt} -- 2.25.1