[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Settings/ModuleManager/ -> UpdateUserModuleStep3.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 class="container-fluid" id="importModules">
  14      <div class="widget_header row-fluid">
  15          <h3>{vtranslate('LBL_UPDATE_MODULE_FROM_FILE', $QUALIFIED_MODULE)}</h3>
  16      </div><hr>
  17      <div class="contents">
  18          <div class="row-fluid">
  19              <div id="vtlib_modulemanager_import_div">
  20                  <form method="POST" action="index.php">
  21                      <table class="table table-bordered">
  22                          <thead>
  23                              <tr class="blockHeader">
  24                                  <th colspan="2"><strong>{vtranslate('LBL__UPDATING_MODULE',$QUALIFIED_MODULE)}</strong></th>
  25                              </tr>
  26                          </thead>
  27                          <tbody>
  28                              <tr valign=top>
  29                                  <td class='cellText small'>
  30                                      {$UPDATE_MODULE_NAME} {vtranslate('LBL_UPDATED_MODULE', $QUALIFIED_MODULE)}
  31                                  </td>
  32                              </tr>
  33                          </tbody>
  34                      </table>
  35                      <div class="modal-footer">
  36                          <input type="hidden" name="module" value="ModuleManager">
  37                          <input type="hidden" name="parent" value="Settings">
  38                          <input type="hidden" name="view" value="List">
  39                          <button  class="btn btn-success" type="submit" ><strong>{vtranslate('LBL_FINISH', $QUALIFIED_MODULE)}</strong></button>
  40                      </div>
  41                  </form>
  42              </div>
  43          </div>
  44      </div>
  45  </div>
  46  {/strip}


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