[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Import/templates/ -> ImportResult.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      <input type="hidden" name="module" value="{$FOR_MODULE}" />
  18      <table style=" width:90%;margin-left: 5% " cellpadding="5" class="searchUIBasic well">
  19          <tr>
  20              <td class="font-x-large" align="left" colspan="2">
  21                  <strong>{'LBL_IMPORT'|@vtranslate:$MODULE} {$FOR_MODULE|@vtranslate:$FOR_MODULE} - {'LBL_RESULT'|@vtranslate:$MODULE}</strong>
  22              </td>
  23          </tr>
  24          {if $ERROR_MESSAGE neq ''}
  25              <tr>
  26                  <td class="style1" align="left" colspan="2">
  27                      {$ERROR_MESSAGE}
  28                  </td>
  29              </tr>
  30          {/if}
  31          <tr>
  32              <td valign="top">
  33                  {include file="Import_Result_Details.tpl"|@vtemplate_path:'Import'}
  34              </td>
  35          </tr>
  36          <tr>
  37              <td align="right" colspan="2">
  38                  {include file='Import_Finish_Buttons.tpl'|@vtemplate_path:'Import'}
  39              </td>
  40          </tr>
  41      </table>
  42  </div>
  43  {/strip}


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