diff --git a/src/app/organizations/manage/policies.component.ts b/src/app/organizations/manage/policies.component.ts index 81d5aa0d0b..ef4161e340 100644 --- a/src/app/organizations/manage/policies.component.ts +++ b/src/app/organizations/manage/policies.component.ts @@ -109,6 +109,13 @@ export class PoliciesComponent implements OnInit { enabled: false, display: true, }, + { + name: this.i18nService.t('sendOptions'), + description: this.i18nService.t('sendOptionsPolicyDesc'), + type: PolicyType.SendOptions, + enabled: false, + display: true, + }, ]; await this.load(); diff --git a/src/app/organizations/manage/policy-edit.component.html b/src/app/organizations/manage/policy-edit.component.html index 91f78721ff..3fb734bdf9 100644 --- a/src/app/organizations/manage/policy-edit.component.html +++ b/src/app/organizations/manage/policy-edit.component.html @@ -35,6 +35,9 @@ {{'disableSendExemption' | i18n}} + + {{'sendOptionsExemption' | i18n}} +
{{'includeNumber' | i18n}}
+ +

{{'options' | i18n}}

+
+ + +
+
+
diff --git a/src/app/send/add-edit.component.html b/src/app/send/add-edit.component.html index 69e529dca5..d479bed2c7 100644 --- a/src/app/send/add-edit.component.html +++ b/src/app/send/add-edit.component.html @@ -12,6 +12,12 @@ {{'sendDisabledWarning' | i18n}} + + {{'sendOptionsPolicyInEffect' | i18n}} +
    +
  • {{'sendDisableHideEmailInEffect' | i18n}}
  • +
+
@@ -207,6 +213,15 @@ [readOnly]="disableSend">
{{'sendNotesDesc' | i18n}}
+
+
+ + +
+