Skip to content

Commit

Permalink
sub section 1 completed
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky saunders committed Sep 25, 2023
1 parent 651233e commit 7ade675
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
1 change: 0 additions & 1 deletion .port.tmp

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,21 @@ <h1 class="govuk-fieldset__heading">
</label>
</div>
</div>
<br />

<div class="govuk-radios__divider">or</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="whereDoYouLive-6" name="claimNotificationorExpectedRepeat" type="radio" value="abroad">
<label class="govuk-label govuk-radios__label" for="whereDoYouLive-6">
Reset to unanswered
</label>
</div>
</fieldset>
</div>
<button class="govuk-button" data-module="govuk-button">
Confirm
</button>

<!-- <input type="hidden" name="cancelClaimCreation" value="false">-->
</form>
</div>
Expand Down
10 changes: 8 additions & 2 deletions app/views/v1/facility-card-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,20 @@ <h2 class="govuk-summary-card__title">Receipt of claim pre-examination</h2>
<dd class="govuk-summary-list__value">
<span>

{% if data.claimNotificationorExpectedRepeat %}
{% if data.claimNotificationorExpectedRepeat =='Notification of a new claim' or data.claimNotificationorExpectedRepeat =='Expected repeat claim'%}
{{data.claimNotificationorExpectedRepeat}}

</dd>
<dd class="govuk-summary-list__value" style="float:right;"><a href="1-pre-examination/notification-new-or-expected-claim">Change details</a>


{% else %}
<a class="" href="1-pre-examination/notification-new-or-expected-claim">Add details</a> </span>
{% endif %}

{% if data.claimType =='Expected repeat claim' %}
<a class="" href="1-pre-examination/notification-new-or-expected-claim">Add details</a> </span>

{% endif %}
</dd>

Expand Down Expand Up @@ -406,7 +413,6 @@ <h2 class="govuk-summary-card__title">Receipt of claim pre-examination</h2>
{% endblock %}



{% block pageScripts %}
<script type="text/javascript">
$(document).ready(function () {
Expand Down
2 changes: 1 addition & 1 deletion app/views/v1/facility-search-result.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ <h2 class="govuk-heading-s">
<span class="govuk-tag govuk-tag--grey">N/A</span></td>
<td class="govuk-table__cell">

<a href="are-you-sure-create-new-claim?company=Lush Costmetics&buyer=Body Shop&bank=HSBC&facility=12341037&deal=87256276&address1=71 High Street&address2=Poole&address3=Dorset&address4=BH7 7HN&email=head@lush.com&phone=01202 779671">
<a href="are-you-sure-create-new-claim?company=Lush Cosmetics&buyer=Body Shop&bank=HSBC&facility=12341037&deal=87256276&address1=71 High Street&address2=Poole&address3=Dorset&address4=BH7 7HN&email=head@lush.com&phone=01202 779671">
<!-- <a href="facility-card-list?company=Lush Costmetics&buyer=Body Shop&bank=HSBC&facility=12341037&deal=87256276&address1=71 High Street&address2=Poole&address3=Dorset&address4=BH7 7HN&email=head@lush.com&phone=01202 779671">-->
<!-- <a href="facility-task-list?company=Lush Costmetics&buyer=Body Shop&bank=HSBC&facility=12341037&deal=87256276&address1=71 High Street&address2=Poole&address3=Dorset&address4=BH7 7HN&email=head@lush.com&phone=01202 779671">-->
Create new claim</a></td>
Expand Down

0 comments on commit 7ade675

Please sign in to comment.