CRM-15934: added more Invalid patterns
[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." />
6a488035
TO
6{foreach from=$permissions item=title key=name}
7 <action name="civicrm.{$name}" title="{$title}" description="" />
8{/foreach}
9 </section>
10</access>