mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -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">
|
<div class="bottom-gutter-1-3">
|
||||||
{{ radio(option, option_hints={
|
{{ radio(option, option_hints={
|
||||||
'admin': 'See dashboard and team members',
|
'admin': 'Show dashboard and other options',
|
||||||
'caseworker': 'Send messages and see sent messages'
|
'caseworker': 'Send messages, hide dashboard and other options'
|
||||||
}) }}
|
}) }}
|
||||||
</div>
|
</div>
|
||||||
{% if option.data == 'admin' %}
|
{% if option.data == 'admin' %}
|
||||||
|
|||||||
@@ -16,15 +16,18 @@
|
|||||||
>
|
>
|
||||||
<h1 class="heading-large">Basic view</h1>
|
<h1 class="heading-large">Basic view</h1>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<ul class="list list-bullet">
|
<ul class="list list-bullet">
|
||||||
<li>send messages</li>
|
<li>send messages using existing templates</li>
|
||||||
<li>see sent messages</li>
|
<li>see a list of sent messages</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
|
||||||
You’ll get to choose which team members have basic view.
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for('main.preview_basic_view', service_id=current_service.id) }}">See a preview of basic view</a>.
|
<a href="{{ url_for('main.preview_basic_view', service_id=current_service.id) }}">See a preview of basic view</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user