From 0cfdc5091f5c1e36ae384b941e805558d6866c38 Mon Sep 17 00:00:00 2001 From: betty Date: Mon, 2 Jun 2025 15:28:15 +0200 Subject: [PATCH 1/4] change format message thank you after order --- assets/js/bestellformular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index 88cc389..2017c4c 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -186,7 +186,7 @@ function handleSubmit(e) { // if data.success is true, show a success message if (data.success) { submitButton.style.display = 'none' - notification.innerHTML = `${currentMessages.thankyou}` + notification.innerHTML = `

${currentMessages.thankyou}

` notification.className = 'bg-green-500 text-black px-4 py-2 rounded block' } else { submitButton.style.display = 'none' From 7b55d9b7c1e64e4db17d1277a923cfc53a3dda35 Mon Sep 17 00:00:00 2001 From: betty Date: Mon, 2 Jun 2025 15:31:08 +0200 Subject: [PATCH 2/4] menu Schulung commented out on DE --- config/_default/menus.de.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/config/_default/menus.de.toml b/config/_default/menus.de.toml index 30b3f68..2f8b342 100755 --- a/config/_default/menus.de.toml +++ b/config/_default/menus.de.toml @@ -87,20 +87,20 @@ weight = 3 url = "bestellung/zusatzmodule-organisationen/" weight = 5 -[[main]] -name = "Schulung" -url = "schulungstermine/" -weight = 4 - [[main]] - parent = "Schulung" - name = "Anmeldung Anfängerschulung" - url = "schulungstermine/anmeldung-anfaengerschulung/" - weight = 1 - [[main]] - parent = "Schulung" - name = "Anmeldung Fortgeschrittenenschulung" - url = "schulungstermine/anmeldung-fortgeschrittenenschulung/" - weight = 2 +#[[main]] +#name = "Schulung" +#url = "schulungstermine/" +#weight = 4 +# [[main]] +# parent = "Schulung" +# name = "Anmeldung Anfängerschulung" +# url = "schulungstermine/anmeldung-anfaengerschulung/" +# weight = 1 +# [[main]] +# parent = "Schulung" +# name = "Anmeldung Fortgeschrittenenschulung" +# url = "schulungstermine/anmeldung-fortgeschrittenenschulung/" +# weight = 2 [[main]] name = "Aktuelles" From 517d393ac06bcbeb84eee64c5aa5425069c0dcf9 Mon Sep 17 00:00:00 2001 From: betty Date: Mon, 2 Jun 2025 15:35:17 +0200 Subject: [PATCH 3/4] change format message thank you after order --- assets/js/bestellformular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index 2017c4c..99731b1 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -186,7 +186,7 @@ function handleSubmit(e) { // if data.success is true, show a success message if (data.success) { submitButton.style.display = 'none' - notification.innerHTML = `

${currentMessages.thankyou}

` + notification.innerHTML = `## ${currentMessages.thankyou}` notification.className = 'bg-green-500 text-black px-4 py-2 rounded block' } else { submitButton.style.display = 'none' From 08a571fc1b8d4906da622e1d057d4000f28619ac Mon Sep 17 00:00:00 2001 From: betty Date: Mon, 2 Jun 2025 15:40:34 +0200 Subject: [PATCH 4/4] revert change format message thank you after order --- assets/js/bestellformular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index 99731b1..88cc389 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -186,7 +186,7 @@ function handleSubmit(e) { // if data.success is true, show a success message if (data.success) { submitButton.style.display = 'none' - notification.innerHTML = `## ${currentMessages.thankyou}` + notification.innerHTML = `${currentMessages.thankyou}` notification.className = 'bg-green-500 text-black px-4 py-2 rounded block' } else { submitButton.style.display = 'none'