mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Merge pull request #2166 from alphagov/basic-view-description
Revise how we talk about what basic view is
This commit is contained in:
@@ -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' %}
|
||||
|
||||
@@ -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>
|
||||
You’ll 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>
|
||||
|
||||
Reference in New Issue
Block a user