From a8bbed30827a3d4f6689e316b0d3b1feca50c907 Mon Sep 17 00:00:00 2001 From: OUNZAR Aymane Date: Wed, 12 Nov 2025 10:59:25 +0100 Subject: [PATCH] Instead of selecting the mode using radio buttons, the mode is by default 'DEFAULT', to change it to 'CUSTOM' the user checks the 'Custom' Checkbox. Added an 'Advanced Settings' checkbox, when unchecked it resets to default values. --- .../templates/multi-page-layout.html | 76 +++++++++++-------- 1 file changed, 45 insertions(+), 31 deletions(-) diff --git a/app/core/src/main/resources/templates/multi-page-layout.html b/app/core/src/main/resources/templates/multi-page-layout.html index 59ee843fa..0510935ee 100644 --- a/app/core/src/main/resources/templates/multi-page-layout.html +++ b/app/core/src/main/resources/templates/multi-page-layout.html @@ -21,16 +21,11 @@
- - -
- -
- +
-
+
-
+
- +
- +
-
-
- - -
-
- -
- - + + +
+ @@ -76,7 +77,7 @@