[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Import/templates/ -> Import_Step1.tpl (source)

   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  <table width="100%" cellspacing="0" cellpadding="2">
  13      <tr>
  14          <td><strong>{'LBL_IMPORT_STEP_1'|@vtranslate:$MODULE}:</strong></td>
  15          <td class="big">{'LBL_IMPORT_STEP_1_DESCRIPTION'|@vtranslate:$MODULE}</td>
  16          <td>&nbsp;</td>
  17      </tr>
  18      <tr>
  19          <td>&nbsp;</td>
  20          <td data-import-upload-size="{$IMPORT_UPLOAD_SIZE}" data-import-upload-size-mb="{$IMPORT_UPLOAD_SIZE_MB}">
  21              <input type="hidden" name="type" value="csv" />
  22              <input type="hidden" name="is_scheduled" value="1" />
  23              <input type="file" name="import_file" id="import_file" onchange="ImportJs.checkFileType()"/>
  24              <!-- input type="hidden" name="userfile_hidden" value=""/ -->
  25          </td>
  26      </tr>
  27      <tr>
  28          <td>&nbsp;</td>
  29          <td>{'LBL_IMPORT_SUPPORTED_FILE_TYPES'|@vtranslate:$MODULE}</td>
  30      </tr>
  31  </table>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1