PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
Settings
/
Webforms
{*+********************************************************************************** * 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"> {foreach item=RECORD_LINK from=$LISTVIEW_ENTRY->getRecordLinks()} {assign var="RECORD_LINK_URL" value=$RECORD_LINK->getUrl()} <span> <a {if stripos($RECORD_LINK_URL, 'javascript:')===0}onclick="{$RECORD_LINK_URL|substr:strlen("javascript:")};"{else}href='{$RECORD_LINK_URL}' {/if}> <i class="{$RECORD_LINK->getIcon()}" title="{vtranslate($RECORD_LINK->getLabel(), $QUALIFIED_MODULE)}"></i> </a> </span> {/foreach} </div> {/strip}
[+]
..
[-] ListViewRecordActions.tpl
[edit]
[-] ShowForm.tpl
[edit]
[+]
uitypes
[+]
resources
[-] EditView.tpl
[edit]
[-] FieldsEditView.tpl
[edit]
[-] FieldsDetailView.tpl
[edit]
[-] DetailView.tpl
[edit]