{*+********************************************************************************** * 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}
{include file="dashboards/DashBoardHeader.tpl"|vtemplate_path:$MODULE_NAME DASHBOARDHEADER_TITLE=vtranslate($MODULE, $MODULE)}
    {assign var=COLUMNS value=2} {assign var=ROW value=1} {foreach from=$WIDGETS item=WIDGET name=count} {assign var=WIDGETDOMID value=$WIDGET->get('linkid')} {if $WIDGET->getName() eq 'MiniList'} {assign var=WIDGETDOMID value=$WIDGET->get('linkid')|cat:'-':$WIDGET->get('widgetid')} {elseif $WIDGET->getName() eq 'Notebook'} {assign var=WIDGETDOMID value=$WIDGET->get('linkid')|cat:'-':$WIDGET->get('widgetid')} {/if} {if $WIDGETDOMID}
  • get('position') eq ""} data-position="false"{/if} class="dashboardWidget dashboardWidget_{$smarty.foreach.count.index}" data-url="{$WIDGET->getUrl()}" data-mode="open" data-name="{$WIDGET->getName()}">
  • {else} {assign var=CHARTWIDGETDOMID value=$WIDGET->get('reportid')} {assign var=WIDGETID value=$WIDGET->get('id')}
  • get('position') eq ""} data-position="false"{/if} class="dashboardWidget dashboardWidget_{$smarty.foreach.count.index}" data-url="{$WIDGET->getUrl()}" data-mode="open" data-name="ChartReportWidget">
  • {/if} {/foreach}
{/strip}