Skip to content

Commit

Permalink
Merge pull request #250 from DFE-Digital/mvp2-appeals-and-cookies-cha…
Browse files Browse the repository at this point in the history
…nges

Update cookies and appeals are you sure page
  • Loading branch information
AndyLongContent authored Nov 28, 2024
2 parents e7caf11 + 7e7369e commit 8dade06
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 24 deletions.
15 changes: 12 additions & 3 deletions app/views/mvp2/checker/not-entitled-appeal-areyousure.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,21 @@
<div class="govuk-width-container">
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<p class="govuk-heading-l">Are you sure?</p>
<p class="govuk-body">Sending this record on to the local authority for review will also prompt them to check the evidence you send them separately. </p>
</div>

<h1 class="govuk-heading-l">Send this record to the local authority?</h1>
<div class="govuk-warning-text">
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
<strong class="govuk-warning-text__text">
<span class="govuk-visually-hidden">Warning</span>
This will prompt them to check the evidence you send them separately.
</strong>
</div>
</div>
</div>
</div>



<div class="govuk-!-padding-bottom-3"></div>


Expand Down
36 changes: 19 additions & 17 deletions app/views/mvp2/cookies-parents.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,29 @@

{% block content %}

<!-- Success Notification Banner -->
<div class="govuk-notification-banner govuk-notification-banner--success"
role="alert"
aria-labelledby="govuk-notification-banner-title"
data-module="govuk-notification-banner"
style="display: none;" id="success-banner">
<div class="govuk-notification-banner__header">
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title">
Success
</h2>
</div>
<div class="govuk-notification-banner__content">
<p class="govuk-notification-banner__heading">
You’ve set your cookie preferences. <a class="govuk-notification-banner__link" href="#">Go back to the page you were looking at</a>.
</p>
</div>
</div>


<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">

<!-- Success Notification Banner -->
<div class="govuk-notification-banner govuk-notification-banner--success"
role="alert"
aria-labelledby="govuk-notification-banner-title"
data-module="govuk-notification-banner"
style="display: none;" id="success-banner">
<div class="govuk-notification-banner__header">
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title">
Success
</h2>
</div>
<div class="govuk-notification-banner__content">
<p class="govuk-notification-banner__heading">
You’ve set your cookie preferences.
</p>
</div>
</div>

<h1 class="govuk-heading-l govuk-!-margin-bottom-4">Cookies</h1>

<p>Cookies are small files saved on your phone, tablet or computer when you visit a website.</p>
Expand Down
10 changes: 6 additions & 4 deletions app/views/mvp2/cookies-schools-la.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

{% block content %}



<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">

<!-- Success Notification Banner -->
<div class="govuk-notification-banner govuk-notification-banner--success"
role="alert"
Expand All @@ -17,14 +22,11 @@ <h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title
</div>
<div class="govuk-notification-banner__content">
<p class="govuk-notification-banner__heading">
You’ve set your cookie preferences. <a class="govuk-notification-banner__link" href="#">Go back to the page you were looking at</a>.
You’ve set your cookie preferences.
</p>
</div>
</div>

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">

<h1 class="govuk-heading-l govuk-!-margin-bottom-4">Cookies</h1>

<p>Cookies are small files saved on your phone, tablet or computer when you visit a website.</p>
Expand Down

0 comments on commit 8dade06

Please sign in to comment.