{*+********************************************************************************** * 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} {if $LINKEDTO}
  {$LINKEDTO.detailviewlink}  ({vtranslate($LINKEDTO.module, $moduleName)})
{if $LINK_TO_AVAILABLE_ACTIONS|count neq 0} {/if}
{/if} {if $LOOKUPS} {assign var="LOOKRECATLEASTONE" value=false} {foreach item=RECORDS key=MODULE from=$LOOKUPS} {foreach item=RECORD from=$RECORDS} {assign var="LOOKRECATLEASTONE" value=true} {/foreach} {/foreach}
{foreach item=RECORDS key=MODULE from=$LOOKUPS} {foreach item=RECORD from=$RECORDS}    {$RECORD.label|textlength_check}   {assign var="SINGLE_MODLABEL" value="SINGLE_$MODULE"} ({vtranslate($SINGLE_MODLABEL, $MODULE)})
{/foreach} {/foreach}
{if $LOOKRECATLEASTONE} {if $LINK_TO_AVAILABLE_ACTIONS|count neq 0} {/if} {else} {if $ALLOWED_MODULES|count neq 0} {/if} {/if}
{else} {if $LINKEDTO eq ""}
 
{if $ALLOWED_MODULES|count neq 0} {/if}
{/if} {/if} {/strip}