get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Transition{/i18n}:
{$oTransition->getName()|sanitize}

{i18n}Edit transition properties{/i18n}

{i18n}Select the target state of the transition, and select the permission, group, and/or role necessary to perform the transition. Selecting more than one of permission, group, or role will require that the user wishing to perform the transition fulfil every requirement.{/i18n}

{foreach item=oWidget from=$edit_fields} {$oWidget->render()} {/foreach}
{i18n}Transition Triggers{/i18n}

{i18n}Transition triggers allow you to have special actions automatically occur when a transition is performed, and to control who can perform the transition. Some triggers perform both of these functions, especially if performing the action requires that certain conditions are in place before the action will occur.{/i18n}

{foreach item=oWidget from=$add_trigger_fields} {$oWidget->render()} {/foreach}

{i18n}Guards{/i18n}

{i18n}Items which control whether a given user can perform this transition on a specific document. All of these must allow the user to perform the transition.{/i18n}

{if empty($aGuardTriggers)}
{i18n}Anybody (with the ability to see the document) can perform this transition.{/i18n}
{else} {foreach from=$aGuardTriggers item=oTrigger} {/foreach}
{i18n}Trigger{/i18n} {i18n}Configuration{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n}
{$oTrigger->getName()} {$oTrigger->getConfigDescription()} {if $oTrigger->bIsConfigurable}edit{else}—{/if} delete
{/if}

Actions

{i18n}Actions which are performed when the document follows the transition.{/i18n}

{if empty($aActionTriggers)}
{i18n}No actions are performed when this transition occurs.{/i18n}
{else} {foreach from=$aActionTriggers item=oTrigger} {/foreach}
{i18n}Trigger{/i18n} {i18n}Configuration{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n}
{$oTrigger->getName()} {$oTrigger->getConfigDescription()} {if $oTrigger->bIsConfigurable}edit{else}—{/if} delete
{/if}