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
1 change: 1 addition & 0 deletions app/views/mpr/prototype/add-patient-note.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{{ backLink({
href: "patient-notes-1",
text: "Back to notes"
Expand Down
4 changes: 3 additions & 1 deletion app/views/mpr/prototype/confirm-add-note.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
within the <h1>, where they are the same.
-->
{% set pageName = "Sam Smith on hold - GP registrations portal - NHS" %}

{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{% endblock %}
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->

Expand Down
1 change: 1 addition & 0 deletions app/views/mpr/prototype/confirm-approved.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{% endblock %}

<!-- For adding page content -->
Expand Down
3 changes: 3 additions & 0 deletions app/views/mpr/prototype/confirm-rejected.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{% endblock %}

<!-- For adding page content -->
<!-- Page layout code can be found at https://service-manual.nhs.uk/design-system/styles/layout -->
Expand Down
4 changes: 3 additions & 1 deletion app/views/mpr/prototype/confirm-under-review.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->

{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{% endblock %}
<!-- For adding page content -->
<!-- Page layout code can be found at https://service-manual.nhs.uk/design-system/styles/layout -->
{% block content %}
Expand Down
2 changes: 1 addition & 1 deletion app/views/mpr/prototype/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
{{ backLink({
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>{{ backLink({
href: "javascript:history.go(-1)",
text: "Go back"
})
Expand Down
1 change: 1 addition & 0 deletions app/views/mpr/prototype/latest-service-updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{% endblock %}

<!-- For adding page content -->
Expand Down
1 change: 1 addition & 0 deletions app/views/mpr/prototype/login-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{{ backLink({
"href": "javascript:history.go(-1)",
"text": "Go back",
Expand Down
1 change: 1 addition & 0 deletions app/views/mpr/prototype/patient-detail-approved.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{{ backLink({
href: "registrations-approved-1",
text: "Back to approved registrations"
Expand Down
1 change: 1 addition & 0 deletions app/views/mpr/prototype/patient-detail-new-child.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{{ backLink({
href: "registrations-new-1",
text: "Back to new registrations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{{ backLink({
href: "registrations-new-1",
text: "Back to new registrations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{{ backLink({
href: "registrations-new-1",
text: "Back to new registrations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>
{{ backLink({
href: "registrations-new-1",
text: "Back to new registrations"
Expand Down Expand Up @@ -61,10 +62,10 @@ <h3 class="nhsuk-card__heading">
</h3>
<p class="nhsuk-card__description">You will need to process this registration manually.</p>
<br>
<h2 class="nhsuk-heading-m">If you approve this patient</h2>
<h4 class="nhsuk-heading-m">If you approve this patient</h4>
<p class="nhsuk-card__description">Create a new patient record in your clinical supplier systems and add the patient information from this page, then select Mark as manually approved.</p>
<br>
<h2 class="nhsuk-heading-m">If you reject this patient</h2>
<h4 class="nhsuk-heading-m">If you reject this patient</h4>
<p class="nhsuk-card__description">Choose the appropriate rejection reason and reject the registration. You will need to inform the patient of your decision.</p>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions app/views/mpr/prototype/patient-detail-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>

{{ backLink({
href: "registrations-new-1",
text: "Back to new registrations"
Expand Down
2 changes: 2 additions & 0 deletions app/views/mpr/prototype/patient-detail-rejected.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>

{{ backLink({
href: "registrations-rejected",
text: "Back to rejected registrations"
Expand Down
2 changes: 2 additions & 0 deletions app/views/mpr/prototype/registrations-approved-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>

{{ backLink({
href: "dashboard",
text: "Return to dashboard"
Expand Down
2 changes: 2 additions & 0 deletions app/views/mpr/prototype/registrations-new-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>

{{ backLink({
href: "dashboard",
text: "Return to dashboard"
Expand Down
2 changes: 2 additions & 0 deletions app/views/mpr/prototype/registrations-rejected.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>

{{ backLink({
href: "dashboard",
text: "Return to dashboard"
Expand Down
2 changes: 2 additions & 0 deletions app/views/mpr/prototype/reject-reasons-other.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<!-- For adding a breadcrumb or back link -->
<!-- Code examples can be found at https://service-manual.nhs.uk/design-system/components/breadcrumbs and https://service-manual.nhs.uk/design-system/components/back-link -->
{% block beforeContent %}
<a class="nhsuk-skip-link" href="#maincontent">Skip to main content</a>

{{ backLink({
href: "reject-reasons",
text: "Go back"
Expand Down