[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Calendar/ -> ImportFinalResult.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          <tr>
  25              <td valign="top">
  26                  <table cellpadding="5" cellspacing="0" align="center" width="100%" class="dvtSelectedCell thickBorder importContents">
  27                      <tr>
  28                          <td>{'LBL_LAST_IMPORT_UNDONE'|@vtranslate:$MODULE}</td>
  29                      </tr>
  30                  </table>
  31              </td>
  32          </tr>
  33          <tr>
  34              <td align="right" colspan="2">
  35                  <button name="next" class="create btn"
  36                  onclick="location.href='index.php?module={$MODULE}&view=List'" ><strong>{'LBL_FINISH'|@vtranslate:$MODULE}</strong></button>
  37              </td>
  38          </tr>
  39      </table>
  40  {/strip}


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