[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Calendar/ -> 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="{$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:$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                  <table cellpadding="5" cellspacing="0" align="center" width="100%" class="dvtSelectedCell thickBorder importContents">
  34                      <tr>
  35                          <td>{'LBL_TOTAL_EVENTS_IMPORTED'|@vtranslate:$MODULE}</td>
  36                          <td width="10%">:</td>
  37                          <td width="30%">{$SUCCESS_EVENTS}</td>
  38                      </tr>
  39                      <tr>
  40                          <td>{'LBL_TOTAL_EVENTS_SKIPPED'|@vtranslate:$MODULE}</td>
  41                          <td width="10%">:</td>
  42                          <td width="30%">{$SKIPPED_EVENTS}</td>
  43                      </tr>
  44  
  45                      <tr>
  46                          <td>{'LBL_TOTAL_TASKS_IMPORTED'|@vtranslate:$MODULE}</td>
  47                          <td width="10%">:</td>
  48                          <td width="30%">{$SUCCESS_TASKS}</td>
  49                      </tr>
  50                      <tr>
  51                          <td>{'LBL_TOTAL_TASKS_SKIPPED'|@vtranslate:$MODULE}</td>
  52                          <td width="10%">:</td>
  53                          <td width="30%">{$SKIPPED_TASKS}</td>
  54                      </tr>
  55                  </table>
  56              </td>
  57          </tr>
  58          <tr>
  59              <td align="right" colspan="2">
  60                  <button name="next" class="create btn"
  61                  onclick="location.href='index.php?module={$MODULE}&view=List'" ><strong>{'LBL_FINISH'|@vtranslate:$MODULE}</strong></button>
  62              </td>
  63              <td align="right" colspan="2">
  64                  <button name="next" class="delete btn"
  65                      onclick="location.href='index.php?module={$MODULE}&view=Import&mode=undoImport'"><strong>{'LBL_UNDO_LAST_IMPORT'|@vtranslate:$MODULE}</strong>
  66                  </button>
  67              </td>
  68          </tr>
  69      </table>
  70  {/strip}


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