Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSOCA-530 modified content of form14 layout #473

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div style="width:78%;">
<div style="font-weight: 200;" class="text-center mx-3">{{applicantNamesFull}}</div>
</div>
<div style="width:11%;" class="text-center">Appellant(s)</div>
<div style="width:11%; white-space: nowrap !important;" class="text-center">Appellant(s)</div>
</div>

<!-- <AND> -->
Expand All @@ -42,17 +42,17 @@
<div style="width:76%;">
<div style="font-weight: 200;" class="text-center mx-3">{{respondentNamesFull}}</div>
</div>
<div style="width:13%;" class="text-center"> Respondent(s)</div>
<div style="width:13%; white-space: nowrap !important;" class="text-center"> Respondent(s)</div>
</div>

<div class="my-0">
<div class="mt-3">
<div class="text-center"><b>CONSENT ORDER TO REMOVE AN APPEAL FROM THE INACTIVE LIST</b></div>
</div>

<!-- <ORDER-DATE> -->
<div class="mt-4 mb-4 mx-0 row">
<!-- <BEFORE THE HONOURABLE> -->
<div class="my-4 mx-0 row">
<div>
{{result.orderDate | beautify-date-full}}
<b>BEFORE THE HONOURABLE ________________________________</b>
</div>
</div>

Expand Down
Loading