From a1d58a281242eefd9da91024573fa86cf87993a9 Mon Sep 17 00:00:00 2001
From: tykayn <15d65f2f-0b14-4f70-bf34-e130180ed62b@users.tedomum.net>
Date: Fri, 19 Nov 2021 15:47:20 +0100
Subject: [PATCH] place on steps, success button on creation button
Signed-off-by: tykayn <15d65f2f-0b14-4f70-bf34-e130180ed62b@users.tedomum.net>
---
.../steps/step-five/step-five.component.html | 83 +++++++++----------
.../steps/step-five/step-five.component.scss | 3 +
.../step-seven/step-seven.component.html | 30 ++++---
.../steps/step-six/step-six.component.html | 2 +-
4 files changed, 64 insertions(+), 54 deletions(-)
diff --git a/src/app/features/administration/form/steps/step-five/step-five.component.html b/src/app/features/administration/form/steps/step-five/step-five.component.html
index 7ea94a48..88024734 100644
--- a/src/app/features/administration/form/steps/step-five/step-five.component.html
+++ b/src/app/features/administration/form/steps/step-five/step-five.component.html
@@ -1,44 +1,43 @@
-
-
-
+
+
+
+
+
+
diff --git a/src/app/features/administration/form/steps/step-five/step-five.component.scss b/src/app/features/administration/form/steps/step-five/step-five.component.scss
index e69de29b..272562a4 100644
--- a/src/app/features/administration/form/steps/step-five/step-five.component.scss
+++ b/src/app/features/administration/form/steps/step-five/step-five.component.scss
@@ -0,0 +1,3 @@
+.advanced-config {
+ margin-bottom: 2em;
+}
diff --git a/src/app/features/administration/form/steps/step-seven/step-seven.component.html b/src/app/features/administration/form/steps/step-seven/step-seven.component.html
index 2d92a4e1..46fd851c 100644
--- a/src/app/features/administration/form/steps/step-seven/step-seven.component.html
+++ b/src/app/features/administration/form/steps/step-seven/step-seven.component.html
@@ -38,7 +38,9 @@
-
- {{ choice.date_object | date: 'E d M yyy':'Europe/Paris':'fr_FR' }}
+
+ {{ choice.date_object | date: 'E d/M/yyy':'Europe/Paris':'fr_FR' }}
+
@@ -78,16 +80,22 @@
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/src/app/features/administration/form/steps/step-six/step-six.component.html b/src/app/features/administration/form/steps/step-six/step-six.component.html
index 5ad525f6..204fc56a 100644
--- a/src/app/features/administration/form/steps/step-six/step-six.component.html
+++ b/src/app/features/administration/form/steps/step-six/step-six.component.html
@@ -1,6 +1,6 @@