{include file="phpgacl/header.tpl"} {include file="phpgacl/acl_admin_js.tpl"} {literal} {/literal} {include file="phpgacl/navigation.tpl"}
Filter
  ACO ARO AXO ACL
Section:
Object: Allow:
Group:   Enabled:
Return Value:

{foreach from=$acls item=acl} {cycle assign=class values="odd,even"} {/foreach}
{include file="phpgacl/pager.tpl" pager_data=$paging_data link="?action=$action&filter_aco_section=$filter_aco_section&filter_aco=$filter_aco&filter_aro_section=$filter_aro_section&filter_aro=$filter_aro&filter_axo_section=$filter_axo_section&filter_axo=$filter_axo&filter_aro_group=$filter_aro_group&filter_axo_group=$filter_axo_group&filter_return_value=$filter_return_value&filter_allow=$filter_allow&filter_enabled=$filter_enabled&"}
ID ACO ARO AXO Access Enabled Functions
{$acl.id} {if count($acl.aco) gt 0}
    {foreach from=$acl.aco key=section item=objects}
  • {$section}
      {foreach from=$objects item=obj}
    1. {$obj}
    2. {/foreach}
  • {/foreach}
{else}   {/if}
{if count($acl.aro) gt 0}
    {foreach from=$acl.aro key=section item=objects}
  • {$section}
      {foreach from=$objects item=obj}
    1. {$obj}
    2. {/foreach}
  • {/foreach}
{if count($acl.aro_groups) gt 0}
{/if} {/if} {if count($acl.aro_groups) gt 0} Groups
    {foreach from=$acl.aro_groups item=group}
  1. {$group}
  2. {/foreach}
{/if}
{if count($acl.axo) gt 0}
    {foreach from=$acl.axo key=section item=objects}
  • {$section}
      {foreach from=$objects item=obj}
    1. {$obj}
    2. {/foreach}
  • {/foreach}
{if count($acl.axo_groups) gt 0}
{/if} {/if} {if count($acl.axo_groups) gt 0} Groups
    {foreach from=$acl.axo_groups item=group}
  1. {$group}
  2. {/foreach}
{/if}
{if $acl.allow} ALLOW {else} DENY {/if} {if $acl.enabled} Yes {else} No {/if} [ Edit ]
Return Value: {$acl.return_value} {$acl.section_name}
Note: {$acl.note} {$acl.updated_date|date_format:"%d-%b-%Y %H:%M:%S"}
{include file="phpgacl/pager.tpl" pager_data=$paging_data link="?action=$action&filter_aco_section=$filter_aco_section&filter_aco=$filter_aco&filter_aro_section=$filter_aro_section&filter_aro=$filter_aro&filter_axo_section=$filter_axo_section&filter_axo=$filter_axo&filter_aro_group=$filter_aro_group&filter_axo_group=$filter_axo_group&filter_return_value=$filter_return_value&filter_allow=$filter_allow&filter_enabled=$filter_enabled&"}
 
{include file="phpgacl/footer.tpl"}