From a520d24d49a87315cb09ab9f2c96801c85b852f8 Mon Sep 17 00:00:00 2001 From: "Taylor, Jonathan" Date: Wed, 6 Dec 2023 11:01:38 -0800 Subject: [PATCH] CSOCA-504: Update PDF layout based on some minor tweaking. --- .../Form6/components/pdf/Form6Layout.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/src/components/process/Form6/components/pdf/Form6Layout.vue b/web/src/components/process/Form6/components/pdf/Form6Layout.vue index d10ef065..cfa8b9f6 100644 --- a/web/src/components/process/Form6/components/pdf/Form6Layout.vue +++ b/web/src/components/process/Form6/components/pdf/Form6Layout.vue @@ -131,11 +131,11 @@
-
+
Is it a full or partial abandonment?
-
+
@@ -144,7 +144,7 @@ :check="(result.fullOrPartial == 'Full')?'yes':''" shiftmark="1" marginLeft="0.5rem" - text="Appeal" /> + text="Full" />
or
@@ -154,7 +154,7 @@ :check="(result.fullOrPartial == 'Partial')?'yes':''" shiftmark="1" marginLeft="0.5rem" - text="Cross Appeal" /> + text="Partial" />
@@ -162,12 +162,12 @@
-
+
Which section(s) of the appeal are you abandoning? -
If partial abandonment, list the sections of the appeal that you are abandoning. E.g., grounds of appeal. +
If partial abandonment, list the sections of the appeal that you are abandoning. E.g., grounds of appeal.
-
+
{{result.sectionsAbandoned}}
@@ -177,12 +177,12 @@
-
+
Which party(ies) are you abandoning against? -
If partial abandonment, list the party(ies) of the appeal that you are abandoning against. +
If partial abandonment, list the party(ies) of the appeal that you are abandoning against.
-
+
{{result.abandoningAgainstParties.join(', ')}}