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

hto-7328 personal details content adjustments #50

Open
wants to merge 1 commit into
base: DL/Prototype_deployment
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/views/alpha/portal-screens/declaration.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 class="govuk-heading-m">If you’ve told us about a new home address</h2>

<form action="new-personal-confirmation" method="post" class="form">
<button type="submit" class="govuk-button" data-module="govuk-button">
I agree - update personal details
I agree - request personal details change
</button>
</form>
{% else %}
Expand Down
17 changes: 11 additions & 6 deletions app/views/alpha/portal-screens/new-personal-confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
text: "alpha"
},
classes: "govuk-!-display-none-print",
html: 'This is a new service – your <a class="govuk-link" href="/alpha/feedback-page">feedback</a> will help us to improve it.'
html: 'This is a new service – your <a class="govuk-link" href="/alpha/feedback-page">feedback</a> will help us to
improve it.'
}) }}
{% set print = true %}
{% endblock %}
Expand All @@ -21,18 +22,22 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">New personal details submitted</h1>

<p>We'll contact you if there are any problems with the details you’ve given. Your new details will take a few days to show in your account.</p>
<p>We'll contact you if there are any problems with the details you’ve given. </p>

<div class="govuk-inset-text">
Your new details will take a few days to show in your account.
</div>

<form action="personal-information" method="post" class="form">

<button type="submit" class="govuk-button" data-module="govuk-button">
Return to personal details
</button>
<button type="submit" class="govuk-button" data-module="govuk-button">
Return to personal details
</button>

</form>

</div>
</div>


{% endblock %}
{% endblock %}
12 changes: 8 additions & 4 deletions app/views/alpha/portal-screens/personal-information.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ <h1 class="govuk-fieldset__heading">
</fieldset>
{% if data["new-email-address"] %}
{% elseif (data['journey-type'] == "multipleemployers") or (data['multiple-employers'] == "true") %}
<div class="govuk-notification-banner" role="region" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
<div class="govuk-notification-banner" role="region" aria-labelledby="govuk-notification-banner-title"
data-module="govuk-notification-banner">
<div class="govuk-notification-banner__header">
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title">
Important
Expand Down Expand Up @@ -155,12 +156,15 @@ <h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title

<!-- <p>You can <a href="personal-information-change"> request to change any of your personal information</a> if you want.</p> -->

<p>You must let us know if these details change. If you tell us about a change, your new details will take a few
days to show in your account.</p>
<p>You must let us know if these details change. </p>

<div class="govuk-inset-text">
If you tell us about a change, your new details will take a few days to show in your account.
</div>

<form action="personal-information-change" method="post" class="form">
<button class="govuk-button" data-module="govuk-button">
Change personal details
Request personal details change
</button>
</form>

Expand Down