PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
Import
{*+********************************************************************************** * 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. ************************************************************************************} {* modules/Import/views/List.php *} {* START YOUR IMPLEMENTATION FROM BELOW. Use {debug} for information *} <div class="modal-dialog modal-lg"> <div class="modal-content"> {include file="ModalHeader.tpl"|vtemplate_path:$MODULE TITLE={vtranslate($TYPE, $MODULE)}} <div class="modal-body"> <div id="popupPageContainer" class="contentsDiv import-details-container"> <div id="popupContents" class="paddingLeftRight10px"> <table class="table table-borderless listViewEntriesTable"> <thead> <tr class="listViewHeaders"> {assign var=LISTVIEW_HEADERS value=$IMPORT_RECORDS['headers']} {assign var=IMPORT_RESULT_DATA value=$IMPORT_RECORDS[$TYPE]} {foreach item=LISTVIEW_HEADER from=$LISTVIEW_HEADERS}<th>{vtranslate($LISTVIEW_HEADER->get('label'), $LISTVIEW_HEADER->getModule()->getName())}</th>{/foreach} </tr> </thead> {foreach item=RECORD from=$IMPORT_RESULT_DATA} <tr class="listViewEntries"> {foreach item=LISTVIEW_HEADER from=$LISTVIEW_HEADERS} <td>{$RECORD->get($LISTVIEW_HEADER->getName())}</td> {/foreach} </tr> {/foreach} </table> </div> <input type="hidden" class="triggerEventName" value="{$smarty.request.triggerEventName}"/> </div> </div> </div> </div>
[+]
..
[-] ImportError.tpl
[edit]
[-] ImportResult.tpl
[edit]
[-] ImportStepTwo.tpl
[edit]
[-] Import_Default_Values_Widget.tpl
[edit]
[-] Import_Saved_Maps.tpl
[edit]
[-] ImportSchedule.tpl
[edit]
[-] ImportLandingPage.tpl
[edit]
[-] ImportAdvanced.tpl
[edit]
[-] ImportDetails.tpl
[edit]
[-] ImportUndoResult.tpl
[edit]
[-] ImportStepOne.tpl
[edit]
[-] ImportStatus.tpl
[edit]
[-] ImportStepThree.tpl
[edit]
[-] Import_Result_Details.tpl
[edit]
[-] Import_Mapping.tpl
[edit]
[-] ImportBasicStep.tpl
[edit]
[+]
resources