[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Import/templates/ -> ImportSchedule.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      <table style=" width:90%;margin-left: 5% " cellpadding="10" class="searchUIBasic well">
  18          <tr>
  19              <td class="font-x-large" align="left" colspan="2">
  20                  <strong>{'LBL_IMPORT_SCHEDULED'|@vtranslate:$MODULE}</strong>
  21              </td>
  22          </tr>
  23          {if $ERROR_MESSAGE neq ''}
  24              <tr>
  25                  <td class="style1" align="left" colspan="2">
  26                      {$ERROR_MESSAGE}
  27                  </td>
  28              </tr>
  29          {/if}
  30          <tr>
  31              <td colspan="2" valign="top">
  32                  <table cellpadding="10" cellspacing="0" align="center" class="dvtSelectedCell thickBorder importContents">
  33                      <tr>
  34                          <td>{'LBL_SCHEDULED_IMPORT_DETAILS'|@vtranslate:$MODULE}</td>
  35                      </tr>
  36                  </table>
  37              </td>
  38          </tr>
  39          <tr>
  40              <td align="right" colspan="2">
  41                  <a type="button" name="cancel" value="{'LBL_CANCEL_IMPORT'|@vtranslate:$MODULE}" class="crmButton small delete"
  42                     onclick="location.href = 'index.php?module={$FOR_MODULE}&view=Import&mode=cancelImport&import_id={$IMPORT_ID}'">{'LBL_CANCEL_IMPORT'|@vtranslate:$MODULE}</a>
  43                  {include file='Import_Done_Buttons.tpl'|@vtemplate_path:'Import'}
  44              </td>
  45          </tr>
  46      </table>
  47  </div>
  48  {/strip}


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