File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
src/app/file-browser/components/sharing-dialog Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 213213.btn :focus {
214214 box-shadow : none ;
215215 border : none ;
216+ }
217+
218+ .sharing-explanation {
219+ margin-top : 10px ;
216220}
You can’t perform that action at this time.
0 commit comments