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

24 lines
1007 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="editContainer" style="padding-left: 2%;padding-right: 2%">
<br>
<h3>
{if $MODEL->getId() eq '' || $IS_DUPLICATE}
{vtranslate('LBL_CREATE_FUNNEL', $MODULE)}
{else}
{vtranslate('LBL_EDIT_FUNNEL', $MODULE)} : «{vtranslate($MODEL->getName(), $MODULE)}»
{/if}
</h3>
<hr>
<div class="clearfix"></div>
</div>
{/strip}