From: joannechester Date: Thu, 15 May 2014 01:36:49 +0000 (+1000) Subject: New URL for permissions and access control docs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cb62891e0a336a8d467b27c86e45400d68d53820;p=civicrm-core.git New URL for permissions and access control docs --- diff --git a/templates/CRM/Admin/Page/Access.tpl b/templates/CRM/Admin/Page/Access.tpl index c558f5b11d..cb3cc3c037 100644 --- a/templates/CRM/Admin/Page/Access.tpl +++ b/templates/CRM/Admin/Page/Access.tpl @@ -23,7 +23,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -{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 (Access Control Lists) 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} {if $config->userSystem->is_drupal EQ '1'}{ts}Note that a CiviCRM ACL Role is not related to the Drupal Role.{/ts}{/if}