[ 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 13 <table width="100%" cellspacing="0" cellpadding="2"> 14 <tr> 15 <td><strong>{'LBL_IMPORT_STEP_2'|@vtranslate:$MODULE}:</strong></td> 16 <td class="big">{'LBL_IMPORT_STEP_2_DESCRIPTION'|@vtranslate:$MODULE}</td> 17 <td> </td> 18 </tr> 19 <tr id="file_type_container"> 20 <td> </td> 21 <td><span>{'LBL_FILE_TYPE'|@vtranslate:$MODULE}</span></td> 22 <td> 23 <select name="type" id="type" onchange="ImportJs.handleFileTypeChange();"> 24 {foreach item=_FILE_TYPE from=$SUPPORTED_FILE_TYPES} 25 <option value="{$_FILE_TYPE}">{$_FILE_TYPE|@vtranslate:$MODULE}</option> 26 {/foreach} 27 </select> 28 </td> 29 </tr> 30 <tr id="file_encoding_container"> 31 <td> </td> 32 <td><span>{'LBL_CHARACTER_ENCODING'|@vtranslate:$MODULE}</span></td> 33 <td> 34 <select name="file_encoding" id="file_encoding"> 35 {foreach key=_FILE_ENCODING item=_FILE_ENCODING_LABEL from=$SUPPORTED_FILE_ENCODING} 36 <option value="{$_FILE_ENCODING}">{$_FILE_ENCODING_LABEL|@vtranslate:$MODULE}</option> 37 {/foreach} 38 </select> 39 </td> 40 </tr> 41 <tr id="delimiter_container"> 42 <td> </td> 43 <td><span>{'LBL_DELIMITER'|@vtranslate:$MODULE}</span></td> 44 <td> 45 <select name="delimiter" id="delimiter"> 46 {foreach key=_DELIMITER item=_DELIMITER_LABEL from=$SUPPORTED_DELIMITERS} 47 <option value="{$_DELIMITER}">{$_DELIMITER_LABEL|@vtranslate:$MODULE}</option> 48 {/foreach} 49 </select> 50 </td> 51 </tr> 52 <tr id="has_header_container"> 53 <td> </td> 54 <td><span>{'LBL_HAS_HEADER'|@vtranslate:$MODULE}</span></td> 55 <td><input type="checkbox" id="has_header" name="has_header" checked /></td> 56 </tr> 57 </table>
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 |