1
0
mirror of https://github.com/bitwarden/web synced 2025-12-26 13:13:24 +00:00

Move SendOptionsExemptions warning banner

This commit is contained in:
Thomas Rittson
2021-03-26 15:54:57 +10:00
parent 6254861ea9
commit 4e130a6196

View File

@@ -35,6 +35,9 @@
<app-callout type="warning" *ngIf="type === policyType.DisableSend">
{{'disableSendExemption' | i18n}}
</app-callout>
<app-callout type="warning" *ngIf="type === policyType.SendOptions">
{{'sendOptionsExemption' | i18n}}
</app-callout>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="enabled" [(ngModel)]="enabled"
@@ -148,9 +151,7 @@
</div>
</ng-container>
<ng-container *ngIf="type === policyType.SendOptions">
<app-callout type="warning">
{{'sendOptionsExemption' | i18n}}
</app-callout>
<h3 class="mt-4">{{'options' | i18n}}</h3>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="sendDisableHideEmail" [(ngModel)]="sendDisableHideEmail"
name="SendDisableHideEmail">