[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Migration/ -> MigrationStep1.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  {strip}
  12  {include file="Header.tpl"|vtemplate_path:$MODULE}
  13  <div class="container-fluid page-container">
  14      <div class="row-fluid">
  15          <div class="span6">
  16              <div class="logo">
  17                  <img src="{vimage_path('vt1.png')}" alt="Vtiger Logo"/>
  18              </div>
  19          </div>
  20          <div class="span6">
  21              <div class="head pull-right">
  22                  <h3>{vtranslate('LBL_MIGRATION_WIZARD', $MODULE)}</h3>
  23              </div>
  24          </div>
  25      </div>
  26      <div class="row-fluid main-container">
  27          <div class="span12 inner-container">
  28              <div class="row-fluid">
  29                  <div id="running" class="alignCenter">
  30                      <br><br><br><br><br>
  31                      <h4> {vtranslate('LBL_WAIT',$MODULE)} </h4><br>
  32                          <img src="{vimage_path('migration_loading.gif')}"/>
  33                      <h5> {vtranslate('LBL_INPROGRESS',$MODULE)} </h5>
  34                  </div>
  35                  <div id="success" class="hide">
  36                      <h4> {vtranslate('LBL_DATABASE_CHANGE_LOG',$MODULE)} </h4><hr>
  37                  </div>
  38              </div>
  39              <div id="showDetails" style="max-height:350px; overflow: auto;">
  40              </div>
  41              <br>
  42              <div id="nextButton" class="button-container hide">
  43                  <form action='index.php' method="POST">
  44                      <input type="hidden" id="module" name="module" value="Migration">
  45                      <input type="hidden" id="view" name="view" value="Index">
  46                      <input type="hidden" name="mode" value="step2">
  47                      <input type="submit" class="btn btn-large btn-primary" value="Next"/>
  48                  </form>
  49              </div>
  50          </div>
  51      </div>
  52  </div>


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