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