{************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************} {* crmv@96233 *} {* javascript for the module maker *}
{include file='SetMenu.tpl'} {include file='Buttons_List.tpl'} {* crmv@30683 *}
{$MOD.LBL_WIZARD_MAKER} {$MOD.LBL_SETTINGS} > {$MOD.LBL_WIZARD_MAKER}
{$MOD.LBL_WIZARD_MAKER_DESC}
{if ($MODE eq "create" || $MODE eq "edit") && $STEP > 0} {* navigation header *} {include file="Settings/WizardMaker/StepHeader.tpl"} {* navigation footer *} {include file="Settings/WizardMaker/StepFooter.tpl"} {* form for the step *}
{* some basic variables *} {* box to dispaly errors *}
{$STEP_ERROR}
{* include the step template *} {include file="Settings/WizardMaker/Step`$STEP`.tpl"}
{else} {* box to dispaly errors *}
{$LIST_ERROR}
{include file="Settings/WizardMaker/List.tpl"} {/if} {include file="Settings/ScrollTop.tpl"}