Files
crm.clientright.ru/layouts/vlayout/modules/Install/InstallPreProcess.tpl

27 lines
974 B
Smarty
Executable File

{*<!--
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*
********************************************************************************/
-->*}
<input type="hidden" id="module" value="Install" />
<input type="hidden" id="view" value="Index" />
<div class="container-fluid page-container">
<div class="row-fluid">
<div class="span6">
<div class="logo">
<img src="{'logo.png'|vimage_path}"/>
</div>
</div>
<div class="span6">
<div class="head pull-right">
<h3>{vtranslate('LBL_INSTALLATION_WIZARD', 'Install')}</h3>
</div>
</div>
</div>