Files
CRM/layouts/v7/modules/MailManager/partials/Menubar.tpl
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

27 lines
1.3 KiB
Smarty

{*+**********************************************************************************
* 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 id="modules-menu" class="modules-menu mmModulesMenu" style="width: 100%;">
<div><span>{$MAILBOX->username()}</span>
<span class="pull-right">
<span class="cursorPointer mailbox_refresh" title="{vtranslate('LBL_Refresh', $MODULE)}">
<i class="fa fa-refresh"></i>
</span>
&nbsp;
<span class="cursorPointer mailbox_setting" title="{vtranslate('JSLBL_Settings', $MODULE)}">
<i class="fa fa-cog"></i>
</span>
</span>
</div>
<div id="mail_compose" class="cursorPointer">
<i class="fa fa-pencil-square-o"></i>&nbsp;{vtranslate('LBL_Compose', $MODULE)}
</div>
<div id='folders_list'></div>
</div>
{/strip}