PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
RecycleBin
{*+********************************************************************************** * 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="restoreRecordButton"> <i title="{vtranslate('LBL_RESTORE', $MODULE)}" class="fa fa-refresh alignMiddle"></i> </span> <span class="deleteRecordButton"> <i title="{vtranslate('LBL_DELETE', $MODULE)}" class="fa fa-trash alignMiddle"></i> </span> </div> {/strip}
[+]
..
[-] ListViewContents.tpl
[edit]
[-] ListViewActions.tpl
[edit]
[+]
partials
[-] ModuleHeader.tpl
[edit]
[-] ListViewPreProcess.tpl
[edit]
[+]
resources
[-] ListViewRecordActions.tpl
[edit]