[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Import/templates/ -> ImportBasicStep.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  {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>&nbsp
  16  <div style="padding-left: 15px;">
  17      <form onsubmit="" action="index.php" enctype="multipart/form-data" method="POST" name="importBasic">
  18          <input type="hidden" name="module" value="{$FOR_MODULE}" />
  19          <input type="hidden" name="view" value="Import" />
  20          <input type="hidden" name="mode" value="uploadAndParse" />
  21          <table style=" width:90%;margin-left: 5% " class="searchUIBasic" cellspacing="12">
  22              <tr>
  23                  <td class="font-x-large" align="left" colspan="2">
  24                      <strong>{'LBL_IMPORT'|@vtranslate:$MODULE} {$FOR_MODULE|@vtranslate:$FOR_MODULE}</strong>
  25                  </td>
  26              </tr>
  27              {if $ERROR_MESSAGE neq ''}
  28                  <tr>
  29                      <td class="style1" align="left" colspan="2">
  30                          <span class="alert-error">{$ERROR_MESSAGE}</span>
  31                      </td>
  32                  </tr>
  33              {/if}
  34              <tr>
  35                  <td class="leftFormBorder1 importContents" width="40%" valign="top">
  36                      {include file='Import_Step1.tpl'|@vtemplate_path:'Import'}
  37                  </td>
  38                  <td class="leftFormBorder1 importContents" width="40%" valign="top">
  39                      {include file='Import_Step2.tpl'|@vtemplate_path:'Import'}
  40                  </td>
  41              </tr>
  42              {if $DUPLICATE_HANDLING_NOT_SUPPORTED neq 'true'}
  43                  <tr>
  44                      <td class="leftFormBorder1 importContents" colspan="2" valign="top">
  45                          {include file='Import_Step3.tpl'|@vtemplate_path:'Import'}
  46                      </td>
  47                  </tr>
  48              {/if}
  49              <tr>
  50                  <td align="right" colspan="2">
  51                      {include file='Import_Basic_Buttons.tpl'|@vtemplate_path:'Import'}
  52                  </td>
  53              </tr>
  54          </table>
  55      </form>
  56  </div>
  57  {/strip}


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