{*+********************************************************************************** * 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. ************************************************************************************} {strip}

{if $CREATE eq 'new'} {vtranslate('LBL_ADDING_NEW_MAILBOX', $QUALIFIED_MODULE)} {else} {vtranslate('LBL_EDIT_MAILBOX', $QUALIFIED_MODULE)} {/if}


{assign var=BREADCRUMB_LABELS value = ["step1" => "MAILBOX_DETAILS", "step2" => "SELECT_FOLDERS"]} {if $CREATE eq 'new'} {append var=BREADCRUMB_LABELS index=step3 value=ADD_RULES} {/if} {include file="BreadCrumbs.tpl"|vtemplate_path:$QUALIFIED_MODULE BREADCRUMB_LABELS=$BREADCRUMB_LABELS MODULE=$QUALIFIED_MODULE}
{/strip}