diff --git a/src/app/system-wide-alert/alert-banner/system-wide-alert-banner.component.html b/src/app/system-wide-alert/alert-banner/system-wide-alert-banner.component.html
index d97d3d5d702..c2c1942cdd3 100644
--- a/src/app/system-wide-alert/alert-banner/system-wide-alert-banner.component.html
+++ b/src/app/system-wide-alert/alert-banner/system-wide-alert-banner.component.html
@@ -2,26 +2,20 @@
- 0 || (countDownHours| async) > 0 || (countDownMinutes|async) > 0 ">
- {{'system-wide-alert-banner.countdown.prefix' | translate }}
-
- 0">
- {{'system-wide-alert-banner.countdown.days' | translate: {
- days: countDownDays|async
- } }}
-
- 0 || (countDownHours| async) > 0 ">
- {{'system-wide-alert-banner.countdown.hours' | translate: {
- hours: countDownHours| async
- } }}
-
- 0 || (countDownHours| async) > 0 || (countDownMinutes|async) > 0 ">
- {{'system-wide-alert-banner.countdown.minutes' | translate: {
- minutes: countDownMinutes|async
- } }}
-
+ 0 || (countDownHours| async) > 0 || (countDownMinutes|async) > 0 ">
+ {{ 'system-wide-alert-banner.countdown.prefix' | translate }}
+
+ 0">
+ {{ 'system-wide-alert-banner.countdown.days' | translate: { days: countDownDays|async } }}
+
+ 0 || (countDownHours| async) > 0 ">
+ {{ 'system-wide-alert-banner.countdown.hours' | translate: { hours: countDownHours| async } }}
+
+ 0 || (countDownHours| async) > 0 || (countDownMinutes|async) > 0 ">
+ {{ 'system-wide-alert-banner.countdown.minutes' | translate: { minutes: countDownMinutes|async } }}
+
- {{(systemWideAlert$ |async)?.message}}
+
-
+
\ No newline at end of file
diff --git a/src/app/system-wide-alert/alert-form/system-wide-alert-form.component.html b/src/app/system-wide-alert/alert-form/system-wide-alert-form.component.html
index 95c7a694489..770f465a4bc 100644
--- a/src/app/system-wide-alert/alert-form/system-wide-alert-form.component.html
+++ b/src/app/system-wide-alert/alert-form/system-wide-alert-form.component.html
@@ -5,23 +5,22 @@
+ [uncheckedLabel]="'system-wide-alert.form.label.inactive' | translate"
+ [checked]="formActive.value" (change)="setActive($event)">
{{ 'system-wide-alert.form.label.message' | translate }}
-
- {{ 'system-wide-alert.form.error.message' | translate }}
-
+ class="invalid-feedback show-feedback">
+
+ {{ 'system-wide-alert.form.error.message' | translate }}
+
@@ -29,10 +28,8 @@
-
+
{{ 'system-wide-alert.form.label.countdownTo.enable' | translate }}
@@ -40,18 +37,10 @@
- {{'system-wide-alert.form.label.countdownTo.hint' | translate}}
+ {{ 'system-wide-alert.form.label.countdownTo.hint' | translate }}
-
-
- {{ 'system-wide-alert.form.label.preview' | translate }}
+ {{ 'system-wide-alert.form.label.preview' | translate}}
- 0 || previewHours > 0 || previewMinutes > 0 ">
- {{'system-wide-alert-banner.countdown.prefix' | translate }}
-
- 0">
- {{'system-wide-alert-banner.countdown.days' | translate: {
- days: previewDays
- } }}
-
- 0 || previewHours > 0 ">
- {{'system-wide-alert-banner.countdown.hours' | translate: {
- hours: previewHours
- } }}
-
- 0 || previewHours > 0 || previewMinutes > 0 ">
- {{'system-wide-alert-banner.countdown.minutes' | translate: {
- minutes: previewMinutes
- } }}
-
+ 0 || previewHours > 0 || previewMinutes > 0 ">
+ {{ 'system-wide-alert-banner.countdown.prefix' | translate }}
+
+ 0">
+ {{ 'system-wide-alert-banner.countdown.days' | translate: { days: previewDays } }}
+
+ 0 || previewHours > 0 ">
+ {{ 'system-wide-alert-banner.countdown.hours' | translate: { hours: previewHours } }}
+
+ 0 || previewHours > 0 || previewMinutes > 0 ">
+ {{ 'system-wide-alert-banner.countdown.minutes' | translate: { minutes: previewMinutes } }}
+
- {{formMessage.value}}
+
-
- {{'system-wide-alert.form.cancel' | translate}}
-
- {{ 'system-wide-alert.form.save' | translate}}
+
+ {{ 'system-wide-alert.form.cancel' | translate }}
+
+
+ {{ 'system-wide-alert.form.save' | translate }}
-
-
+
\ No newline at end of file