New URL for permissions and access control docs
authorjoannechester <j_chester@optusnet.com.au>
Thu, 15 May 2014 01:36:49 +0000 (11:36 +1000)
committerjoannechester <j_chester@optusnet.com.au>
Thu, 15 May 2014 10:28:01 +0000 (20:28 +1000)
templates/CRM/Admin/Page/Access.tpl

index c558f5b11dd303a61a8ddfd91cdadca0c8e6c450..cb3cc3c0375c66b79c1b5c56c4ab65a4065c13dd 100644 (file)
@@ -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}
 <div id="help">
     <p>{ts 1=$docLink}ACLs (Access Control Lists) allow you control access to CiviCRM data. An ACL consists of an <strong>Operation</strong> (e.g. 'View' or 'Edit'), a <strong>set of Data</strong> that the operation can be performed on (e.g. a group of contacts), and a <strong>Role</strong> 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}</p>