PATH:
home
/
letacommog
/
crmleta
/
layouts
/
vlayout
/
modules
/
Import
{*<!-- /********************************************************************************* ** 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. * ********************************************************************************/ -->*} <select name="saved_maps" id="saved_maps" class="font-x-small chzn-select" onchange="ImportJs.loadSavedMap();"> <option id="-1" value="" selected>--{'LBL_SELECT_SAVED_MAPPING'|@vtranslate:$MODULE}--</option> {foreach key=_MAP_ID item=_MAP from=$SAVED_MAPS} <option id="{$_MAP_ID}" value="{$_MAP->getStringifiedContent()}">{$_MAP->getValue('name')}</option> {/foreach} </select> <span id="delete_map_container" style="display:none;"> <i class="icon-trash cursorPointer" onclick="ImportJs.deleteMap('{$FOR_MODULE}');" alt="{'LBL_DELETE'|@vtranslate:$FOR_MODULE}"></i> </span>
[+]
..
[-] Import_Step2.tpl
[edit]
[-] Import_Done_Buttons.tpl
[edit]
[-] ImportError.tpl
[edit]
[-] ImportResult.tpl
[edit]
[-] Import_Basic_Buttons.tpl
[edit]
[+]
resources
[-] Import_Finish_Buttons.tpl
[edit]
[-] ImportBasicStep.tpl
[edit]
[-] Import_Saved_Maps.tpl
[edit]
[-] Import_Step4.tpl
[edit]
[-] Import_Step3.tpl
[edit]
[-] Import_Advanced_Buttons.tpl
[edit]
[-] ImportUndoResult.tpl
[edit]
[-] ImportAdvanced.tpl
[edit]
[-] ImportDetails.tpl
[edit]
[-] Import_Step1.tpl
[edit]
[-] ImportStatus.tpl
[edit]
[-] Import_Default_Values_Widget.tpl
[edit]
[-] ImportSchedule.tpl
[edit]
[-] Import_Result_Details.tpl
[edit]