From 39288b992dc930957c954c24673b170b82a0704c Mon Sep 17 00:00:00 2001 From: joannechester Date: Thu, 15 May 2014 12:04:32 +1000 Subject: [PATCH] new url for permissions documentation --- templates/CRM/Admin/Page/Options.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Page/Options.tpl b/templates/CRM/Admin/Page/Options.tpl index 8a29be9be0..2c23219f92 100644 --- a/templates/CRM/Admin/Page/Options.tpl +++ b/templates/CRM/Admin/Page/Options.tpl @@ -50,7 +50,7 @@ {ts}This page lists the credit card options that will be offered to contributors using your Online Contribution pages. You will need to verify which cards are accepted by your chosen Payment Processor and update these entries accordingly.{/ts}

{ts}IMPORTANT: This page does NOT control credit card/payment method choices for sites and/or contributors using the PayPal Express service (e.g. where billing information is collected on the Payment Processor's website).{/ts} {elseif $gName eq "acl_role"} - {capture assign=docLink}{docURL page="user/initial-set-up/access-control" text="Access Control Documentation"}{/capture} + {capture assign=docLink}{docURL page="user/current/initial-set-up/permissions-and-access-control/" text="Access Control Documentation"}{/capture} {capture assign=aclURL}{crmURL p='civicrm/acl' q='reset=1'}{/capture} {capture assign=erURL}{crmURL p='civicrm/acl/entityrole' q='reset=1'}{/capture} {ts 1=$docLink}ACLs allow you control access to CiviCRM data. An ACL consists of an Operation (e.g. 'View' or 'Edit'), a set of data that the operation can be performed on (e.g. a group of contacts), and a Role that has permission to do this operation. Refer to the %1 for more info.{/ts}

-- 2.25.1