Skip to content

Commit 9ab6d57

Browse files
Updating to latest content
1 parent 7856240 commit 9ab6d57

File tree

3 files changed

+22
-35
lines changed

3 files changed

+22
-35
lines changed

app/views/live/nominate-pharmacy.html

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@
55

66
{% extends 'layout.html' %}
77

8-
{% if (data['who-is-being-registered'] === "dependant") %}
9-
{% set heading = 'Would ' + data['name-first-name'] + ' like to choose a pharmacy for their prescriptions?' %}
10-
{% else %}
11-
{% set heading = 'Would you like to choose a pharmacy for your prescriptions?' %}
12-
{% endif %}
13-
148
{% block pageTitle %}
15-
{{ heading }} - {{ data.presets[0].servicename }} - NHS
9+
Where you get your prescription items - {{ data.presets[0].servicename }} - NHS
1610
{% endblock %}
1711

1812
{% if (data['ethnicity'] === "Asian or Asian British") %}
@@ -29,18 +23,6 @@
2923
{% set link = 'what-is-your-ethnicity' %}
3024
{% endif %}
3125

32-
{% if (data['user-auth'] === "p9") %}
33-
{% set hintText = 'Choosing a pharmacy now means your GP surgery will send all future prescriptions directly to this new pharmacy.' %}
34-
{% else %}
35-
{% set hintText = 'Choosing a pharmacy means your GP surgery will send prescriptions directly to this pharmacy.' %}
36-
{% endif %}
37-
38-
{% if (data['user-auth'] === "p9") %}
39-
{% set yesLink = 'Yes~nominate-pharmacy-warning' %}
40-
{% else %}
41-
{% set yesLink = 'Yes~nominate-online-or-street' %}
42-
{% endif %}
43-
4426
{% block outerContent %}
4527
{{ backLink({
4628
"href": link,
@@ -58,23 +40,29 @@
5840

5941
{% include 'live/includes/step.html' %}
6042

43+
<h1 class="nhsuk-fieldset__legend--l">Where you get your prescription items</h1>
44+
<p>Trinity Court Surgery (Demo GP Practice) is a dispensing surgery. This means you may be eligible to get your prescription items such as medicines or medical appliances direct from this GP surgery.</p>
45+
<p>If you select 'Yes' you must answer the questions you are asked as best you can. If you are eligible the GP surgery may discuss this additional service with you.</p>
46+
47+
<div class="nhsuk-inset-text">
48+
<span class="nhsuk-u-visually-hidden">Information: </span>
49+
<p>If you select 'No' and choose a pharmacy you will not be able change your mind later.</p>
50+
</div>
51+
6152
{{ radios({
6253
"idPrefix": "nominate-pharmacy",
6354
"name": "nominate-pharmacy",
6455
"fieldset": {
6556
"legend": {
66-
"text": heading,
67-
"classes": "nhsuk-fieldset__legend--l",
68-
"isPageHeading": "true"
57+
"text": "Do you want to check if you are eligible?",
58+
"classes": "nhsuk-fieldset__legend--m",
59+
"isPageHeading": "false"
6960
}
7061
},
71-
"hint": {
72-
"text": hintText
73-
},
7462
"items": [
7563
{
76-
"value": yesLink,
77-
"text": "Yes, choose a pharmacy",
64+
"value": "Yes~nominate-online-or-street",
65+
"text": "Yes",
7866
checked: checked("nominate-pharmacy", "Yes")
7967
},
8068
{

app/views/live/what-is-your-current-address-manual.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{% extends 'layout.html' %}
77

88
{% if (data['who-is-being-registered'] === "dependant") %}
9-
{% set heading = "What is " + data['name-first-name'] + "'s current UK address?" %}
9+
{% set heading = "What is " + data['name-first-name'] + "'s address?" %}
1010
{% else %}
11-
{% set heading = 'What is your current UK address?' %}
11+
{% set heading = 'What is your address?' %}
1212
{% endif %}
1313

1414
{% block pageTitle %}

app/views/live/what-is-your-sex.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88

99
{% if (data['who-is-being-registered'] === "dependant") %}
1010
{% set heading = 'What is ' + data['name-first-name'] + "'s sex as recorded on their NHS record?" %}
11-
{% set hint1 = 'This information will be used to match them to their healthcare record' %}
1211
{% else %}
1312
{% set heading = 'What is your sex as recorded on your NHS record?' %}
14-
{% set hint1 = 'This information will be used to match you to your healthcare record' %}
1513
{% endif %}
1614

1715
{% block pageTitle %}
@@ -43,10 +41,11 @@
4341
}
4442
}) %}
4543

46-
{{ hint({
47-
text: hint1,
48-
"classes": "nhsuk-u-margin-bottom-4"
49-
}) }}
44+
{% if (data['who-is-being-registered'] === "dependant") %}
45+
<p>This information will be used to match them to their healthcare record.</p>
46+
{% else %}
47+
<p>This information will be used to match you to your healthcare record.</p>
48+
{% endif %}
5049

5150
{{ radios({
5251
"idPrefix": "gender",

0 commit comments

Comments
 (0)