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

20 lines
849 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="gridster">
<ul>
{assign var=WIDGETDOMID value=$WIDGET->get('linkid')}
<li id="{$WIDGETDOMID}" class="dashboardWidget salesFunnelDetail" data-url="{$WIDGET->getUrl()}" data-mode="open" data-name="{$WIDGET->getName()}">
</li>
</ul>
</div>