Skip to content
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/record-vaccinations/create-a-record.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1 class="nhsuk-heading-l">{{ pageName }}</h1>
{{ details({
summaryText: "If the patient is homeless",
html: "
<p>Enter the postcode ZZ99 3VZ </p>
<p>Enter the postcode ZZ99 3VZ.</p>

"
}) }}
Expand Down
10 changes: 2 additions & 8 deletions app/views/record-vaccinations/delivery-team.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,11 @@
})}}
</form>

{% if organisationSetting.permissionLevel == "Lead administrator" or organisationSetting.permissionLevel == "Administrator" %}
{{ details({
summaryText: "If your site is not listed",
html: "You need to <a href=\"/vaccines\">add vaccines</a> for the site."
html: "An administrator needs to add vaccines for the site."
}) }}
{% else %}
{{ details({
summaryText: "If your site is not listed",
html: "You'll need to ask an administrator to add vaccines for the site."
}) }}
{% endif %}


</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/record-vaccinations/patient-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 class="nhsuk-heading-l">Search for the patient</h1>
{{ details({
summaryText: "If the patient is homeless",
html: "
<p>Try searching with the postcode ZZ99 3VZ</p>
<p>Try searching with the postcode ZZ99 3VZ.</p>

"
}) }}
Expand Down
2 changes: 1 addition & 1 deletion app/views/record-vaccinations/refine-search-result.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1 class="nhsuk-heading-l">Refine your search</h1>
{{ details({
summaryText: "If the patient is homeless",
html: "
<p>Try searching with the postcode ZZ99 3VZ</p>
<p>Try searching with the postcode ZZ99 3VZ.</p>

"
}) }}
Expand Down
11 changes: 2 additions & 9 deletions app/views/record-vaccinations/vaccinator.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,11 @@
})}}
</form>

{% if organisationSetting.permissionLevel == "Lead administrator" %}
{{ details({
summaryText: "If the vaccinator is not listed",
html: "Make sure they are added in <a href=\"/user-admin\">Manage users</a> as a vaccinator."
html: "A lead adminstrator needs to make sure the user has been added as a vaccinator."
}) }}
{% else %}
{{ details({
summaryText: "If the vaccinator is not listed",
html: "You'll need to ask a lead administrator to add them."
}) }}

{% endif %}


</div>
</div>
Expand Down
13 changes: 2 additions & 11 deletions app/views/record-vaccinations/vaccine.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,20 +124,11 @@
text: "Continue"
})}}

{% if organisationSetting.permissionLevel == "Recorder" %}
{{ details({
summaryText: "If the vaccine is not listed",
html: "You'll need to ask an administrator to add it."
html: "An administrator needs to add it."
}) }}
{% else %}
{{ details({
summaryText: "If the vaccine is not listed",
html: "Go to <a href=\"/vaccines\">Vaccines</a> to add it."
}) }}
{% endif %}




</form>

</div>
Expand Down