Skip to content

Commit e2f6551

Browse files
Merge pull request #511 from PermanentOrg/PER-9957-a-user-should-understand-sharing-options
2 parents 16682a7 + 7f80458 commit e2f6551

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/app/file-browser/components/sharing-dialog/sharing-dialog.component.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,21 @@
7979
</option>
8080
</select>
8181
</div>
82+
<div class="sharing-explanation">
83+
<small>
84+
Entering an archive name filters the available archives to share
85+
with. If you cannot find the archive you are looking for, enter an
86+
email address. If an account does not exist, send a share invitation
87+
email to that address. If an account does exist, the default archive
88+
associated with that account will be listed.
89+
<a
90+
[href]="
91+
'https://permanent.zohodesk.com/portal/en/kb/articles/default-archives'
92+
"
93+
>Learn more.</a
94+
>
95+
</small>
96+
</div>
8297
<ng-container *ngIf="!shares?.length && !pendingShares?.length">
8398
<div class="shares-empty">Not shared with anyone</div>
8499
</ng-container>

src/app/file-browser/components/sharing-dialog/sharing-dialog.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,8 @@ p {
213213
.btn:focus {
214214
box-shadow: none;
215215
border: none;
216+
}
217+
218+
.sharing-explanation{
219+
margin-top: 10px;
216220
}

0 commit comments

Comments
 (0)