{i18n}Actions Overview{/i18n}

{i18n}In addition to restricting permissions, it is also possible to block certain actions at any given point. Actions which are not blocked are still controlled by the usual permissions.{/i18n}

{i18n}Edit Actions{/i18n} {i18n}Edit Actions{/i18n}

{foreach from=$actions item=oAction} {if ($oAction->getDisplayName() != '')} {/if} {/foreach} {foreach from=$states item=oState} {assign value=$oState->getId() var=state_id} {foreach from=$actions item=oAction} {if ($oAction->getDisplayName() != '')} {assign value=$oAction->getName() var=action_id} {if $grid.$state_id.$action_id} {else} {/if} {/if} {/foreach} {/foreach}
{i18n}State{/i18n}{$oAction->getDisplayName()}
{$oState->getName()}{i18n}Denied{/i18n}