[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!-- 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 -->*} 12 {strip} 13 <div id="toggleButton" class="toggleButton" title="{vtranslate('LBL_LEFT_PANEL_SHOW_HIDE', 'Vtiger')}"> 14 <i id="tButtonImage" class="{if $LEFTPANELHIDE neq '1'}icon-chevron-left{else}icon-chevron-right{/if}"></i> 15 </div>  16 <div style="padding-left: 15px;"> 17 <form action="index.php" enctype="multipart/form-data" method="POST" name="importAdvanced"> 18 <input type="hidden" name="module" value="{$FOR_MODULE}" /> 19 <input type="hidden" name="view" value="Import" /> 20 <input type="hidden" name="mode" value="import" /> 21 <input type="hidden" name="type" value="{$USER_INPUT->get('type')}" /> 22 <input type="hidden" name="has_header" value='{$HAS_HEADER}' /> 23 <input type="hidden" name="file_encoding" value='{$USER_INPUT->get('file_encoding')}' /> 24 <input type="hidden" name="delimiter" value='{$USER_INPUT->get('delimiter')}' /> 25 <input type="hidden" name="merge_type" value='{$USER_INPUT->get('merge_type')}' /> 26 <input type="hidden" name="merge_fields" value='{$MERGE_FIELDS}' /> 27 28 <input type="hidden" id="mandatory_fields" name="mandatory_fields" value='{$ENCODED_MANDATORY_FIELDS}' /> 29 30 <table style=" width:90%;margin-left: 5%" cellpadding="2" cellspacing="12" class="searchUIBasic"> 31 <tr> 32 <td class="font-x-large" align="left" colspan="2"> 33 <strong>{'LBL_IMPORT'|@vtranslate:$MODULE} {$FOR_MODULE|@vtranslate:$FOR_MODULE}</strong> 34 </td> 35 </tr> 36 {if $ERROR_MESSAGE neq ''} 37 <tr> 38 <td class="style1" align="left" colspan="2"> 39 {$ERROR_MESSAGE} 40 </td> 41 </tr> 42 {/if} 43 <tr> 44 <td class="leftFormBorder1" colspan="2" valign="top"> 45 {include file='Import_Step4.tpl'|@vtemplate_path:'Import'} 46 </td> 47 </tr> 48 <tr> 49 <td align="right" colspan="2"> 50 {include file='Import_Advanced_Buttons.tpl'|@vtemplate_path:'Import'} 51 </td> 52 </tr> 53 </table> 54 </form> 55 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |