Skip to content

Commit

Permalink
Merge pull request #1210 from rcpch/mbarton/button-wording
Browse files Browse the repository at this point in the history
Change button wording
  • Loading branch information
mbarton authored Feb 20, 2025
2 parents d71174a + b98383d commit f229c15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 1 addition & 3 deletions documentation/docs/clinician-users/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ If you go into the **Individual Measures tab**, you can see visual comparisons o

### Staff View

To enter the Staff View, click the ‘**View All Epilepsy12 Staff**’ button in the Organisation View.

![View all Epilepsy12 staff button](../_assets/_images/view-all-users.png)
To enter the Staff View, click the ‘**View users**’ button in the Organisation View.

Here you will see a list of all the platform user accounts for your Trust/Health Board. You will see each user’s name, email address, role, and organisation. A pink tick indicates that the user is active.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- Only RCPCH Audit team members and superusers can publish aggregations to the open access page -->
<div class="column">
<a class="ui rcpch_grey button bold fluid" href="{% url 'epilepsy12_user_list' organisation_id=selected_organisation.pk %}">
View All Epilepsy12 Staff of
View users of
{% if selected_organisation.trust %}
{% with organisation_name=selected_organisation.trust.name|title %}
{{ organisation_name|capitalise_org_names }}
Expand All @@ -44,7 +44,7 @@
</div>
<div class="column">
<a class="ui rcpch_primary button bold fluid " href="{% url 'cases' organisation_id=selected_organisation.pk %}">
View All Children of
View Clinical Audit entries for
{% if selected_organisation.trust %}
{% with organisation_name=selected_organisation.trust.name|title %}
{{ organisation_name|capitalise_org_names }}
Expand All @@ -64,7 +64,7 @@

<div class="eight wide column">
<a class="ui rcpch_grey button bold fluid" href="{% url 'epilepsy12_user_list' organisation_id=selected_organisation.pk %}">
View All Epilepsy12 Staff of
View users of
{% if selected_organisation.trust %}
{% with organisation_name=selected_organisation.trust.name|title %}
{{ organisation_name|capitalise_org_names }}
Expand Down

0 comments on commit f229c15

Please sign in to comment.