PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
EmailTemplates
{*+********************************************************************************** * 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"> {if !$SEARCH_MODE_RESULTS} <span class="input" > <input type="checkbox" value="{$LISTVIEW_ENTRY->getId()}" class="listViewEntriesCheckBox"/> </span> {/if} <span class="more dropdown action"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-ellipsis-v icon"></i></a> <ul class="dropdown-menu"> <li><a data-id="{$LISTVIEW_ENTRY->getId()}" href="{$LISTVIEW_ENTRY->getFullDetailViewUrl()}">{vtranslate('LBL_DETAILS', $MODULE)}</a></li> <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">{vtranslate('LBL_DELETE', $MODULE)}</a></li> </ul> </span> <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}
[+]
..
[-] DetailViewFullContents.tpl
[edit]
[-] ListViewPostProcess.tpl
[edit]
[+]
partials
[-] ModuleHeader.tpl
[edit]
[+]
resources
[-] ListViewRecordActions.tpl
[edit]
[-] DetailViewHeaderTitle.tpl
[edit]
[-] DetailViewActions.tpl
[edit]
[-] EditView.tpl
[edit]
[-] IndexViewPreProcess.tpl
[edit]
[-] DefaultContentForTemplates.tpl
[edit]
[-] DetailViewPostProcess.tpl
[edit]
[-] DetailViewPreProcess.tpl
[edit]
[-] PreviewEmailTemplate.tpl
[edit]
[-] ListViewActions.tpl
[edit]
[-] ListViewPreProcess.tpl
[edit]
[-] GridViewContents.tpl
[edit]