PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
Reports
{*+********************************************************************************** * 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} <!--LIST VIEW RECORD ACTIONS--> <div class="table-actions reportListActions"> {if !$SEARCH_MODE_RESULTS} <span class="input" > <input type="checkbox" value="{$LISTVIEW_ENTRY->getId()}" class="listViewEntriesCheckBox"/> </span> {/if} {assign var="REPORT_TYPE" value=$LISTVIEW_ENTRY->get('reporttype')} {if $REPORT_TYPE eq 'chart'} <span> <a class="quickView fa fa-eye icon action" title="{vtranslate('LBL_QUICK_VIEW', $MODULE)}"></a> </span> {/if} {assign var="PINNED" value=$LISTVIEW_ENTRY->get('pinned')} {if $PINNED neq null && $REPORT_TYPE eq 'chart'} {assign var=PIN_CLASS value='vicon-unpin'} {elseif $REPORT_TYPE eq 'chart'} {assign var=PIN_CLASS value='vicon-pin'} {/if} {if $REPORT_TYPE eq 'chart'} <span class="dropdown"> <a style="font-size:13px;" title="{if $PIN_CLASS eq 'vicon-pin'}{vtranslate('LBL_PIN_CHART_TO_DASHBOARD',$MODULE)}{else}{vtranslate('LBL_UNPIN_CHART_FROM_DASHBOARD',$MODULE)}{/if}" class="fa icon action {$PIN_CLASS} pinToDashboard " data-recordid="{$LISTVIEW_ENTRY->get('reportid')}" data-primemodule="{$LISTVIEW_ENTRY->get('primarymodule')}" {if count($DASHBOARD_TABS) gt 1 && $PIN_CLASS eq 'vicon-pin'} data-toggle='dropdown'{/if} data-dashboard-tab-count='{count($DASHBOARD_TABS)}'></a> <ul class='dropdown-menu dashBoardTabMenu'> <li class="dropdown-header popover-title"> {vtranslate('LBL_DASHBOARD',$MODULE)} </li> {foreach from=$DASHBOARD_TABS item=TAB_INFO} <li class='dashBoardTab' data-tab-id='{$TAB_INFO.id}'> <a href='javascript:void(0);'>{$TAB_INFO.tabname}</a> </li> {/foreach} </ul> </span> {/if} {if $LISTVIEW_ENTRY->isEditableBySharing()} <span class="more dropdown action"> <span href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-ellipsis-v icon"></i></span> <ul class="dropdown-menu"> <li><a data-id="{$LISTVIEW_ENTRY->getId()}" href="javascript:void(0);" data-url="{$LISTVIEW_ENTRY->getEditViewUrl()}" name="editlink">{vtranslate('LBL_EDIT', $MODULE)}</a></li> <li><a data-id="{$LISTVIEW_ENTRY->getId()}" class="deleteRecordButton" href="javascript:void(0);">{vtranslate('LBL_DELETE', $MODULE)}</a></li> </ul> </span> {/if} <div class="btn-group inline-save hide"> <button class="button btn-success btn-small save" name="save"><i class="fa fa-check"></i></button> <button class="button btn-danger btn-small cancel" name="Cancel"><i class="fa fa-close"></i></button> </div> </div> {/strip}
[+]
..
[-] step2.tpl
[edit]
[-] ListViewQuickPreview.tpl
[edit]
[-] ChartReportContents.tpl
[edit]
[-] ListViewFolders.tpl
[edit]
[-] IndexViewPreProcess.tpl
[edit]
[-] PrintReport.tpl
[edit]
[-] DetailViewActions.tpl
[edit]
[-] ChartEditStep1.tpl
[edit]
[-] chartReportHiddenContents.tpl
[edit]
[-] ListViewPostProcess.tpl
[edit]
[-] MoveReports.tpl
[edit]
[-] step3.tpl
[edit]
[-] ListViewActions.tpl
[edit]
[-] EditFolder.tpl
[edit]
[-] ListViewContents.tpl
[edit]
[-] ChartEditStep3.tpl
[edit]
[-] ChartReportHeader.tpl
[edit]
[+]
resources
[-] ScheduleReport.tpl
[edit]
[-] ListViewPreProcess.tpl
[edit]
[+]
partials
[-] OperationNotPermitted.tpl
[edit]
[-] ReportHeader.tpl
[edit]
[-] ReportContents.tpl
[edit]
[-] RelatedFields.tpl
[edit]
[-] ListViewRecordActions.tpl
[edit]
[-] ChartEditStep2.tpl
[edit]
[-] ModuleHeader.tpl
[edit]
[-] EditHeader.tpl
[edit]
[+]
dashboards
[-] EditChartHeader.tpl
[edit]
[-] Step1.tpl
[edit]