Merge pull request #14212 from seamuslee001/wordpress_e2e_assetbuilder_fix
[civicrm-core.git] / xml / templates / access.tpl
CommitLineData
6a488035
TO
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." />
55a74577 5 <action name="core.manage" title="See CiviCRM is installed" description="CiviCRM will be shown in list of installed components." />
564d1e45
AH
6{foreach from=$permissions item=perm key=name}
7 <action name="civicrm.{$name}" title="{$perm.title}" description="{$perm.description}" />
6a488035
TO
8{/foreach}
9 </section>
10</access>