{* /************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************/ *} {include file='com_workflow/Header.tpl'} {include file='com_workflow/ErrorMessageBox.tpl'} {include file='SetMenu.tpl'} {include file='Buttons_List.tpl'} {* crmv@30683 *}
{include file='com_workflow/ModuleTitle.tpl'}
{$MOD.LBL_SUMMARY} {if $saveType eq "edit"} {/if}
{$APP.LBL_UPD_DESC}
{$APP.LBL_MODULE} {$workflow->moduleName|@getTranslatedString:$workflow->moduleName}

{$MOD.LBL_WHEN_TO_RUN_WORKFLOW}
executionConditionAsLabel() eq 'ON_FIRST_SAVE'}checked{/if}/>
executionConditionAsLabel() eq 'ONCE'}checked{/if} />
executionConditionAsLabel() eq 'ON_EVERY_SAVE'}checked{/if}/>
executionConditionAsLabel() eq 'ON_MODIFY'}checked{/if}/>
{$MOD.LBL_CONDITIONS}

{if $saveType eq "edit"} {/if}
{if $saveType eq "edit"}
{$MOD.LBL_TASKS}
{foreach item=task from=$tasks} {/foreach}
{$MOD.LBL_TASK} {$MOD.LBL_STATUS} {$MOD.LBL_LIST_TOOLS}
{$task->summary|@to_html} {if $task->active}Active{else}Inactive{/if} create delete
{/if}
{include file='com_workflow/Footer.tpl'}