Merge pull request #2166 from alphagov/basic-view-description

Revise how we talk about what basic view is
This commit is contained in:
Chris Hill-Scott
2018-08-02 17:41:26 +01:00
committed by GitHub
2 changed files with 11 additions and 8 deletions

View File

@@ -8,8 +8,8 @@
<div class="bottom-gutter-1-3">
{{ radio(option, option_hints={
'admin': 'See dashboard and team members',
'caseworker': 'Send messages and see sent messages'
'admin': 'Show dashboard and other options',
'caseworker': 'Send messages, hide dashboard and other options'
}) }}
</div>
{% if option.data == 'admin' %}

View File

@@ -16,15 +16,18 @@
>
<h1 class="heading-large">Basic view</h1>
<p>
Basic view lets you restrict a team member to only:
Hide the dashboard and other options from team members who only need to send messages.
</p>
<p>
Turn on basic view then edit team members permissions.
</p>
<p>
Team members with basic view can only:
</p>
<ul class="list list-bullet">
<li>send messages</li>
<li>see sent messages</li>
<li>send messages using existing templates</li>
<li>see a list of sent messages</li>
</ul>
<p>
Youll get to choose which team members have basic view.
</p>
<p>
<a href="{{ url_for('main.preview_basic_view', service_id=current_service.id) }}">See a preview of basic view</a>.
</p>