File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1010{% block content %}
1111 < div class ="nhsuk-grid-row ">
1212 < div class ="nhsuk-grid-column-two-thirds ">
13- < h1 class ="nhsuk-heading-l nhsuk-u-margin-bottom-6 "> {% if currentOrganisation %}{{ currentOrganisation.name }}{% else %}Home{% endif %}</ h1 >
13+ < h1 class ="nhsuk-heading-l nhsuk-u-margin-bottom-6 "> {% if currentOrganisation %}{{ currentOrganisation.name }}{% else %}Overview{% endif %}</ h1 >
14+
1415
1516 {% if currentOrganisation and totalVaccinationsRecorded == 0 %}
1617 {% include "home/_no-vaccinations-recorded.html" %}
@@ -28,6 +29,10 @@ <h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-6">{% if currentOrganisation %}
2829}) }}
2930
3031 < h2 class ="nhsuk-heading-m "> All vaccinations</ h2 >
32+ {% if not currentOrganisation %}
33+ < p > This shows vaccination data for all your organisations combined.</ p >
34+ {% endif %}
35+
3136
3237 </ div >
3338 </ div >
Original file line number Diff line number Diff line change 11{% extends 'layout.html' %}
22
3- {% set pageName = "Choose data " %}
3+ {% set pageName = "Data details " %}
44
55{% set currentSection = "reports" %}
66
152152 } if error,
153153 fieldset: {
154154 legend: {
155- text: "Choose data ",
155+ text: "Which details would you like to include? ",
156156 isPageHeading: true,
157157 classes: "nhsuk-fieldset__legend--l"
158158 }
Original file line number Diff line number Diff line change 11{% extends 'layout.html' %}
22
3- {% set pageName = "Choose dates " %}
3+ {% set pageName = "Choose a timeframe " %}
44
55{% set currentSection = "reports" %}
66
121121 "name": "date",
122122 "fieldset": {
123123 "legend": {
124- "text": "Choose dates ",
125- "size": "xl ",
124+ "text": "Choose a timeframe ",
125+ "size": "l ",
126126 "isPageHeading": true
127127 }
128128 },
You can’t perform that action at this time.
0 commit comments