{*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.1 * ("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. ************************************************************************************}
{assign var=SINGLE_MODULE_NAME value='SINGLE_'|cat:$MODULE} {if $RECORD_ID neq ''}

{vtranslate('LBL_EDITING', $MODULE)} {vtranslate($SINGLE_MODULE_NAME, $MODULE)} - {$RECORD_STRUCTURE_MODEL->getRecordName()}

{else}

{vtranslate('LBL_CREATING_NEW', $MODULE)} {vtranslate($SINGLE_MODULE_NAME, $MODULE)}

{/if}
{assign var=WIDTHTYPE value=$USER_MODEL->get('rowheight')} {assign var=QUALIFIED_MODULE_NAME value={$MODULE}} {assign var=IS_PARENT_EXISTS value=strpos($MODULE,":")} {if $IS_PARENT_EXISTS} {assign var=SPLITTED_MODULE value=":"|explode:$MODULE} {else} {/if} {if $IS_RELATION_OPERATION } {/if} {if $RETURN_VIEW} {/if} {include file="partials/EditViewContents.tpl"|@vtemplate_path:$MODULE}
{include file="FieldsEditView.tpl"|@vtemplate_path:$QUALIFIED_MODULE}