PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
modules
/
Settings
/
ITS4YouProcessFlow
{*<!-- /********************************************************************************* * The content of this file is subject to the Process Flow 4 You. * ("License"); You may not use this file except in compliance with the License * The Initial Developer of the Original Code is IT-Solutions4You s.r.o. * Portions created by IT-Solutions4You s.r.o. are Copyright(C) IT-Solutions4You s.r.o. * All Rights Reserved. ********************************************************************************/ -->*} {strip} {assign var=DISPLAY_CONDITION value=$RECORD_MODEL->getConditonDisplayValue()} {assign var=ALL_CONDITIONS value=$DISPLAY_CONDITION['All']} {assign var=ANY_CONDITIONS value=$DISPLAY_CONDITION['Any']} {if $ALL_CONDITIONS|count eq "0" && $ANY_CONDITIONS|count eq "0"} {vtranslate('LBL_NO_DISPLAY_CONDITIONS_DEFINED',$QUALIFIED_MODULE)} {else} <span><strong>{vtranslate('All')} : </strong></span> {if is_array($ALL_CONDITIONS) && !empty($ALL_CONDITIONS)} {foreach item=ALL_CONDITION from=$ALL_CONDITIONS name=allCounter} {if $smarty.foreach.allCounter.iteration neq 1} <span> </span> {/if} <span>{$ALL_CONDITION}</span> <br> {/foreach} {else} {vtranslate('LBL_NA')} {/if} <br> <span><strong>{vtranslate('Any')} : </strong></span> {if is_array($ANY_CONDITIONS) && !empty($ANY_CONDITIONS)} {foreach item=ANY_CONDITION from=$ANY_CONDITIONS name=anyCounter} {if $smarty.foreach.anyCounter.iteration neq 1} <span> </span> {/if} <span>{$ANY_CONDITION}</span> <br> {/foreach} {else} {vtranslate('LBL_NA')} {/if} {/if} {/strip}
[+]
..
[-] DetailView.tpl
[edit]
[-] AdvanceFilterCondition.tpl
[edit]
[+]
lib
[-] ListViewContents.tpl
[edit]
[-] ListViewRecordActions.tpl
[edit]
[-] AdvanceFilter.tpl
[edit]
[+]
src
[-] CreateEntity.tpl
[edit]
[-] ProcessFlowConditions.tpl
[edit]
[-] ListViewHeader.tpl
[edit]
[-] DetailDisplayConditions.tpl
[edit]
[-] ListViewFooter.tpl
[edit]
[-] EditView.tpl
[edit]
[-] SettingsMenuStart.tpl
[edit]
[+]
resources
[-] Uninstall.tpl
[edit]
[-] ModuleHeader.tpl
[edit]
[-] FieldExpressions.tpl
[edit]