diff --git a/legalconsenthub-backend/src/main/resources/templates/application_form_template.html b/legalconsenthub-backend/src/main/resources/templates/application_form_template.html index 5b898b0..efe49dd 100644 --- a/legalconsenthub-backend/src/main/resources/templates/application_form_template.html +++ b/legalconsenthub-backend/src/main/resources/templates/application_form_template.html @@ -70,13 +70,30 @@ margin: 5px 0 15px; } + .form-subsection { + margin-left: 10px; + margin-bottom: 20px; + } + + .form-subsection h4 { + font-size: 1.15em; + color: #555; + margin-bottom: 8px; + } + + .form-subsection p.description { + font-style: italic; + color: #666; + margin: 5px 0 10px; + } + .form-element { margin-bottom: 20px; margin-left: 20px; } - .form-element h4 { - font-size: 1.1em; + .form-element h5 { + font-size: 1.05em; margin-bottom: 5px; } @@ -124,14 +141,52 @@

-
-

-

+
+

+

+ +
+
+

-
    -
  • -
-

Keine Auswahl getroffen

+
+
+
+

+
+

Keine Eingabe

+
+ +
+
+
+ +

+
+
+

Keine Eingabe

+
+ +
+
    +
  • +
+

Keine Auswahl getroffen

+
+ +
+

+

Keine Auswahl getroffen

+
+ +
+
    +
  • +
+

Keine Auswahl getroffen

+
+
+
diff --git a/legalconsenthub/app/composables/useApplicationFormNavigation.ts b/legalconsenthub/app/composables/useApplicationFormNavigation.ts index 6ea8a94..25edb3f 100644 --- a/legalconsenthub/app/composables/useApplicationFormNavigation.ts +++ b/legalconsenthub/app/composables/useApplicationFormNavigation.ts @@ -32,7 +32,7 @@ export async function useApplicationFormNavigation(applicationFormId: string) { ], [ { - label: 'PDF-Vorschau', + label: 'Vorschau', icon: 'i-lucide-file-text', to: `/api/application-forms/${applicationForm.value.id}/pdf`, target: '_blank'