{*+*********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. *************************************************************************************} {strip}
{assign var=WORKFLOW_MODEL_OBJ value=$WORKFLOW_MODEL->getWorkflowObject()}

{vtranslate('LBL_BASIC_INFORMATION', $QUALIFIED_MODULE)}


{if $MODE eq 'edit'}
{else} {/if}
status eq '1'} checked="" {/if}>  {vtranslate('Active', $QUALIFIED_MODULE)} status eq '0' or empty($WORKFLOW_MODEL_OBJ)} checked="" {/if}>  {vtranslate('InActive', $QUALIFIED_MODULE)}

{vtranslate('LBL_WORKFLOW_TRIGGER', $QUALIFIED_MODULE)}


{include file='WorkFlowTrigger.tpl'|@vtemplate_path:$QUALIFIED_MODULE}
{/strip}