From ddcb9ab094db7735ebea2e99e6821233d6deab7f Mon Sep 17 00:00:00 2001 From: joannechester Date: Thu, 15 May 2014 12:16:35 +1000 Subject: [PATCH] new URL for permission doc --- templates/CRM/ACL/Page/ACL.tpl | 2 +- templates/CRM/ACL/Page/ACLBasic.tpl | 2 +- templates/CRM/ACL/Page/EntityRole.tpl | 2 +- templates/CRM/Group/Page/Group.hlp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/ACL/Page/ACL.tpl b/templates/CRM/ACL/Page/ACL.tpl index 5b979b3c51..42f2d3cf3d 100644 --- a/templates/CRM/ACL/Page/ACL.tpl +++ b/templates/CRM/ACL/Page/ACL.tpl @@ -25,7 +25,7 @@ *} {capture assign=erURL}{crmURL p='civicrm/acl/entityrole' q='reset=1'}{/capture} {capture assign=rolesURL}{crmURL p='civicrm/admin/options/acl_role' q='reset=1'}{/capture} -{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} {if $action eq 1 or $action eq 2 or $action eq 8} diff --git a/templates/CRM/ACL/Page/ACLBasic.tpl b/templates/CRM/ACL/Page/ACLBasic.tpl index a3af3da8d7..69941d22b7 100644 --- a/templates/CRM/ACL/Page/ACLBasic.tpl +++ b/templates/CRM/ACL/Page/ACLBasic.tpl @@ -25,7 +25,7 @@ *} {capture assign=erURL}{crmURL p='civicrm/acl/entityrole' q='reset=1'}{/capture} {capture assign=rolesURL}{crmURL p='civicrm/admin/options/acl_role' q='reset=1'}{/capture} -{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}

{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, a profile or a set of custom fields), and a Role that has permission to do this operation. Refer to the %1 for more info.{/ts}

diff --git a/templates/CRM/ACL/Page/EntityRole.tpl b/templates/CRM/ACL/Page/EntityRole.tpl index c92c9ae879..86240282b1 100644 --- a/templates/CRM/ACL/Page/EntityRole.tpl +++ b/templates/CRM/ACL/Page/EntityRole.tpl @@ -25,7 +25,7 @@ *} {capture assign=aclURL}{crmURL p='civicrm/acl' q='reset=1'}{/capture} {capture assign=rolesURL}{crmURL p='civicrm/admin/options/acl_role' q='reset=1'}{/capture} -{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}

{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}

diff --git a/templates/CRM/Group/Page/Group.hlp b/templates/CRM/Group/Page/Group.hlp index 8c62f9a523..4d92cea670 100644 --- a/templates/CRM/Group/Page/Group.hlp +++ b/templates/CRM/Group/Page/Group.hlp @@ -37,7 +37,7 @@ {ts}Group Type{/ts} {/htxt} {htxt id="id-group-type"} -{capture assign=docLinkAccess}{docURL page="user/initial-set-up/access-control"}{/capture} +{capture assign=docLinkAccess}{docURL page="user/current/initial-set-up/permissions-and-access-control/"}{/capture} {capture assign=docLinkMail}{docURL page="user/email/what-is-civimail" text="CiviMail component"}{/capture}

{if $config->userFramework neq 'Joomla'}{ts 1=$docLinkAccess}Check 'Access Control' if you want to use this group to assign access permissions to a set of contacts. %1{/ts}{/if} {ts 1=$docLinkMail}Check 'Mailing List' if you are using this group as a mailing list in the %1.{/ts}

{/htxt} -- 2.25.1