[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Import/templates/ -> Import_Step3.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  
  13  <table width="100%" cellspacing="0" cellpadding="2">
  14      <tr> 
  15          <td width="8%">
  16              <input type="checkbox" class="font-x-small" id="auto_merge" name="auto_merge" onclick="ImportJs.toogleMergeConfiguration();" />
  17              <strong>{'LBL_IMPORT_STEP_3'|@vtranslate:$MODULE}:</strong>
  18          </td>
  19          <td>
  20              <span class="big">{'LBL_IMPORT_STEP_3_DESCRIPTION'|@vtranslate:$MODULE}</span>
  21              <span class="font-x-small">( {'LBL_IMPORT_STEP_3_DESCRIPTION_DETAILED'|@vtranslate:$MODULE} )</span>
  22          </td>
  23          <td>&nbsp;</td>
  24      </tr>
  25      <tr>
  26          <td>&nbsp;</td>
  27          <td>
  28              <table width="100%" cellspacing="0" cellpadding="5" id="duplicates_merge_configuration" style="display:none;">
  29                  <tr>
  30                      <td>
  31                          <span class="font-x-small">{'LBL_SPECIFY_MERGE_TYPE'|@vtranslate:$MODULE}</span>&nbsp;&nbsp;
  32                          <select name="merge_type" id="merge_type" class="font-x-small">
  33                              {foreach key=_MERGE_TYPE item=_MERGE_TYPE_LABEL from=$AUTO_MERGE_TYPES}
  34                              <option value="{$_MERGE_TYPE}">{$_MERGE_TYPE_LABEL|@vtranslate:$MODULE}</option>
  35                              {/foreach}
  36                          </select>
  37                      </td>
  38                  </tr>
  39                  <tr>
  40                      <td class="font-x-small">{'LBL_SELECT_MERGE_FIELDS'|@vtranslate:$MODULE}</td>
  41                  </tr>
  42                  <tr>
  43                      <td>
  44                          <table class="calDayHour" cellpadding="5" cellspacing="0">
  45                              <tr>
  46                                  <td><b>{'LBL_AVAILABLE_FIELDS'|@vtranslate:$MODULE}</b></td>
  47                                  <td></td>
  48                                  <td><b>{'LBL_SELECTED_FIELDS'|@vtranslate:$MODULE}</b></td>
  49                              </tr>
  50                              <tr>
  51                                  <td>
  52                                      <select id="available_fields" multiple size="10" name="available_fields" class="txtBox" style="width: 100%">
  53                                          {foreach key=_FIELD_NAME item=_FIELD_INFO from=$AVAILABLE_FIELDS}
  54                                          <option value="{$_FIELD_NAME}">{$_FIELD_INFO->getFieldLabelKey()|@vtranslate:$FOR_MODULE}</option>
  55                                          {/foreach}
  56                                      </select>
  57                                  </td>
  58                                  <td width="6%">
  59                                      <div align="center">
  60                                          <input type="button" name="Button" value="&nbsp;&rsaquo;&rsaquo;&nbsp;" onClick="ImportJs.copySelectedOptions('#available_fields', '#selected_merge_fields')" class="crmButton font-x-small importButton" /><br /><br />
  61                                          <input type="button" name="Button1" value="&nbsp;&lsaquo;&lsaquo;&nbsp;" onClick="ImportJs.removeSelectedOptions('#selected_merge_fields')" class="crmButton font-x-small importButton" /><br /><br />
  62                                      </div>
  63                                  </td>
  64                                  <td>
  65                                      <input type="hidden" id="merge_fields" size="10" name="merge_fields" value="" />
  66                                      <select id="selected_merge_fields" size="10" name="selected_merge_fields" multiple class="txtBox" style="width: 100%">
  67                                          {foreach key=_FIELD_NAME item=_FIELD_INFO from=$ENTITY_FIELDS}
  68                                          <option value="{$_FIELD_NAME}">{$_FIELD_INFO->getFieldLabelKey()|@vtranslate:$FOR_MODULE}</option>
  69                                          {/foreach}
  70                                      </select>
  71                                  </td>
  72                              </tr>
  73                          </table>
  74                      </td>
  75                  </tr>
  76              </table>
  77          </td>
  78      </tr>
  79  </table>


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