diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua index a7d13490..4dfb5168 100644 --- a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua +++ b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua @@ -6,8 +6,9 @@ local f, s, o -- prepare fastd key as early as possible configmode.setup_fastd_secret(meshvpn_name) -f = SimpleForm("wizard", "Willkommen!", "Willkommen zum Einrichtungsassistenten für deinen neuen Lübecker Freifunk-Knoten. Fülle das folgende Formular deinen Vorstellungen entsprechend aus und klicke anschließend auf den „Senden“-Button.") +f = SimpleForm("wizard") f.reset = false +f.template = "gluon-config-mode/cbi/wizard" s = f:section(SimpleSection, nil, nil) diff --git a/package/gluon-config-mode/generate/usr/lib/lua/luci/view/gluon-config-mode/cbi/wizard.htm b/package/gluon-config-mode/generate/usr/lib/lua/luci/view/gluon-config-mode/cbi/wizard.htm new file mode 100644 index 00000000..c67257ef --- /dev/null +++ b/package/gluon-config-mode/generate/usr/lib/lua/luci/view/gluon-config-mode/cbi/wizard.htm @@ -0,0 +1,62 @@ +
+ @config_mode.msg_welcome@ +
+ +<% if not self.embedded then %> + +<% end %>