[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Import/templates/ -> ImportUndoResult.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="10" 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_UNDO_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 colspan="2" valign="top">
  33                  <table cellpadding="10" cellspacing="0" align="center" class="dvtSelectedCell thickBorder importContents">
  34                      <tr>
  35                          <td>{'LBL_TOTAL_RECORDS'|@vtranslate:$MODULE}</td>
  36                          <td width="10%">:</td>
  37                          <td width="10%">{$TOTAL_RECORDS}</td>
  38                      </tr>
  39                      <tr>
  40                          <td>{'LBL_NUMBER_OF_RECORDS_DELETED'|@vtranslate:$MODULE}</td>
  41                          <td width="10%">:</td>
  42                          <td width="10%">{$DELETED_RECORDS_COUNT}</td>
  43                      </tr>
  44                  </table>
  45              </td>
  46          </tr>
  47          <tr>
  48              <td align="right" colspan="2">
  49                  {include file='Import_Done_Buttons.tpl'|@vtemplate_path:'Import'}
  50              </td>
  51          </tr>
  52      </table>
  53  </div>
  54  {/strip}


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