{*+********************************************************************************** * 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 $WIZARD_STEP eq 'step1'} {elseif $WIZARD_STEP eq 'step2'} {foreach from=$ALLFILTERS item=FILTERS key=FILTERGROUP} {foreach from=$FILTERS item=FILTER key=FILTERNAME} {/foreach} {/foreach} {elseif $WIZARD_STEP eq 'step3'} {foreach from=$LIST_VIEW_CONTROLLER->getListViewHeaderFields() item=FIELD key=FIELD_NAME} {/foreach} {/if} {/strip}