Skip to content

Commit

Permalink
Merge pull request #430 from JonTaylorBCGov2/jon/CSOCA-504
Browse files Browse the repository at this point in the history
CSOCA-504: Update PDF layout based on some minor tweaking.
  • Loading branch information
JonTaylorBCGov2 authored Dec 6, 2023
2 parents 1a9a87e + a520d24 commit 152ceff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions web/src/components/process/Form6/components/pdf/Form6Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@
<!-- <full or partial> -->
<div class="row mt-4" style="font-size: 9pt;">

<div class="coa-arrow-box-left" style="width:28%; margin:0.5rem 0; line-height:0.25rem; height:1.5rem;">
<div class="coa-arrow-box-left" style="width:28%; margin:0.5rem 0; line-height:0.25rem; height:3rem;">
<b class="ml-2">Is it a full or partial abandonment?</b>
</div>

<div class="arrow-right-flash-20"></div>
<div class="arrow-right-flash-36"></div>

<div style="width:2%;"></div>

Expand All @@ -144,7 +144,7 @@
:check="(result.fullOrPartial == 'Full')?'yes':''"
shiftmark="1"
marginLeft="0.5rem"
text="Appeal" />
text="Full" />
</div>

<div style="width:15%;margin:0.5rem 0;"> or </div>
Expand All @@ -154,20 +154,20 @@
:check="(result.fullOrPartial == 'Partial')?'yes':''"
shiftmark="1"
marginLeft="0.5rem"
text="Cross Appeal" />
text="Partial" />
</div>

</div>

<!-- <which-sections-are-you-abandoning> -->
<div class="row mt-4" style="font-size: 9pt;">

<div class="coa-arrow-box-left" style="width:28%; margin:.5rem 0; height:3.5rem;">
<div class="coa-arrow-box-left" style="width:28%; margin:.5rem 0; height:5.5rem;">
<b class="ml-2">Which section(s) of the appeal are you abandoning?</b>
<br /><i>If partial abandonment, list the sections of the appeal that you are abandoning. E.g., grounds of appeal.</i>
<i style="font-size:8.5pt;"><br />If partial abandonment, list the sections of the appeal that you are abandoning. E.g., grounds of appeal.</i>
</div>

<div class="arrow-right-flash-36"></div>
<div class="arrow-right-flash-54"></div>

<div class="coa-text-box-left" style="width:64%;">
<div class="ml-2" style="font-weight: 700;">{{result.sectionsAbandoned}}</div>
Expand All @@ -177,12 +177,12 @@
<!-- <name-of-parties-abandoning-against> -->
<div class="row mt-4" style="font-size: 9pt;">

<div class="coa-arrow-box-left" style="width:28%; margin:.5rem 0; height:3.5rem;">
<div class="coa-arrow-box-left" style="width:28%; margin:.5rem 0; height:5.5rem;">
<b class="ml-2">Which party(ies) are you abandoning against?</b>
<br /><i>If partial abandonment, list the party(ies) of the appeal that you are abandoning against.</i>
<i style="font-size:8.5pt;"><br />If partial abandonment, list the party(ies) of the appeal that you are abandoning against.</i>
</div>

<div class="arrow-right-flash-36"></div>
<div class="arrow-right-flash-54"></div>

<div class="coa-text-box-left" style="width:64%;">
<div class="ml-2" style="font-weight: 700;">{{result.abandoningAgainstParties.join(', ')}}</div>
Expand Down

0 comments on commit 152ceff

Please sign in to comment.