Files
crm.clientright.ru/layouts/v7/modules/Users/UsersModuleHeader.tpl

22 lines
946 B
Smarty
Executable File

{*<!--
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
* ("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.
************************************************************************************/
-->*}
{strip}
<div class="col-sm-12 col-xs-12 module-action-bar clearfix">
<div class="module-action-content clearfix coloredBorderTop">
<span class="col-lg-7 col-md-7">
<span>
<h3 class="module-title pull-left text-uppercase"> {vtranslate('LBL_USERS_SETTINGS', $MODULE)} </h3>
</span>
</span>
</div>
</div>
{/strip}