Merge pull request #17126 from totten/master-upgr-dispatch
[civicrm-core.git] / xml / templates / access.tpl
1 <?xml version="1.0" encoding="utf-8"?>
2 <access component="com_civicrm">
3 <section name="component">
4 <action name="core.admin" title="Configure Joomla! ACL" description="Manage CiviCRM Joomla! ACL." />
5 <action name="core.manage" title="See CiviCRM is installed" description="CiviCRM will be shown in list of installed components." />
6 {foreach from=$permissions item=perm key=name}
7 <action name="civicrm.{$name}" title="{$perm.title}" description="{$perm.description}" />
8 {/foreach}
9 </section>
10 </access>