Files
CRM/layouts/vlayout/modules/SPFunnelCharts/dashboards/SalesFunnelWidget.tpl
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

18 lines
844 B
Smarty

{*<!--
/*+**********************************************************************************
* Advanced Funnel Charts by SalesPlatform
* Copyright (C) 2011-2016 SalesPlatform Ltd
* All Rights Reserved.
* This extension is licensed to be used within one instance of Vtiger CRM.
* Source code or binaries may not be redistributed unless expressly permitted by SalesPlatform Ltd.
* If you have any questions or comments, please email: extensions@salesplatform.ru
************************************************************************************/
-->*}
{strip}
<div class="dashboardWidgetHeader">
{include file="dashboards/WidgetHeader.tpl"|@vtemplate_path:$MODULE_NAME}
</div>
<div class="dashboardWidgetContent spFunnelWidget">
{include file="dashboards/DashBoardWidgetContents.tpl"|@vtemplate_path:$MODULE_NAME}
</div>
{/strip}