{*+********************************************************************************** * 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} {$LINKEDTO.module|getTranslatedString:$moduleName}
{if $LinkToAvailableActions|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} {if $LOOKRECATLEASTONE} {else} {/if}
{$RECORD.label|textlength_check} {assign var=RECORD_MODNAME value=$MODULES.$MODULE.name} {assign var="SINGLE_MODLABEL" value="SINGLE_$RECORD_MODNAME"} {$SINGLE_MODLABEL|@getTranslatedString:$MODULE}
{if $LinkToAvailableActions|count neq 0} {/if}
{'LBL_No_Matching_Record_Found'|getTranslatedString}
{if $AllowedModules|count neq 0} {/if}
{else} {if $LINKEDTO eq ""}
{'LBL_No_Matching_Record_Found'|getTranslatedString}
{if $AllowedModules|count neq 0} {/if}
{/if} {/if}
{/strip}