diff --git a/eform-client/src/app/app.module.ts b/eform-client/src/app/app.module.ts index 4144184708..8689d2ad81 100644 --- a/eform-client/src/app/app.module.ts +++ b/eform-client/src/app/app.module.ts @@ -5,6 +5,8 @@ import {BrowserAnimationsModule} from '@angular/platform-browser/animations'; import {GalleryModule} from 'ng-gallery'; import {TranslateModule} from '@ngx-translate/core'; import {LightboxModule} from 'ng-gallery/lightbox'; +import { AppIconComponent } from './components/icons/app-icon/app-icon.component'; + // TODO fix ngx-mask //import {NgxMaskModule} from 'ngx-mask'; import {ToastrModule} from 'ngx-toastr'; @@ -136,6 +138,7 @@ import {NgxMaterialTimepickerModule} from 'ngx-material-timepicker'; MatProgressSpinnerModule, // EformDateFnsDateModule, EformMatDateFnsDateModule, + AppIconComponent, ], schemas: [NO_ERRORS_SCHEMA], providers: [providers], diff --git a/eform-client/src/app/common/modules/eform-shared-tags/components/shared-tag-create/shared-tag-create.component.html b/eform-client/src/app/common/modules/eform-shared-tags/components/shared-tag-create/shared-tag-create.component.html index 90850ec1cc..1677db2f76 100644 --- a/eform-client/src/app/common/modules/eform-shared-tags/components/shared-tag-create/shared-tag-create.component.html +++ b/eform-client/src/app/common/modules/eform-shared-tags/components/shared-tag-create/shared-tag-create.component.html @@ -11,9 +11,9 @@

{{ 'New tag' | translate }}

{{ 'Name' | translate }} -
+
@@ -53,7 +51,7 @@

{{ 'Tags management' | translate }}

-
+
-
+
-
+
diff --git a/eform-client/src/app/modules/advanced/components/entity-select/entity-select/entity-select.component.html b/eform-client/src/app/modules/advanced/components/entity-select/entity-select/entity-select.component.html index 4e21402cfa..0852e8208a 100644 --- a/eform-client/src/app/modules/advanced/components/entity-select/entity-select/entity-select.component.html +++ b/eform-client/src/app/modules/advanced/components/entity-select/entity-select/entity-select.component.html @@ -1,14 +1,14 @@ diff --git a/eform-client/src/app/modules/advanced/components/folders/folder-edit-create/folder-edit-create.component.html b/eform-client/src/app/modules/advanced/components/folders/folder-edit-create/folder-edit-create.component.html index 97011389d0..24c6d23296 100644 --- a/eform-client/src/app/modules/advanced/components/folders/folder-edit-create/folder-edit-create.component.html +++ b/eform-client/src/app/modules/advanced/components/folders/folder-edit-create/folder-edit-create.component.html @@ -62,17 +62,16 @@

{{(edit ? 'Edit folder' : 'New folder') | translate}}

-
+
diff --git a/eform-client/src/app/modules/advanced/components/sites/site-edit/site-edit.component.html b/eform-client/src/app/modules/advanced/components/sites/site-edit/site-edit.component.html index 3838789393..3831a066c1 100644 --- a/eform-client/src/app/modules/advanced/components/sites/site-edit/site-edit.component.html +++ b/eform-client/src/app/modules/advanced/components/sites/site-edit/site-edit.component.html @@ -26,17 +26,16 @@

{{ 'Edit' | translate}}

-
+
-
+
-
+
diff --git a/eform-client/src/app/modules/advanced/modules/navigation-menu/components/menu-custom/navigation-menu-custom-dropdown/navigation-menu-custom-dropdown.component.html b/eform-client/src/app/modules/advanced/modules/navigation-menu/components/menu-custom/navigation-menu-custom-dropdown/navigation-menu-custom-dropdown.component.html index ff057decbb..88e58c5dd9 100644 --- a/eform-client/src/app/modules/advanced/modules/navigation-menu/components/menu-custom/navigation-menu-custom-dropdown/navigation-menu-custom-dropdown.component.html +++ b/eform-client/src/app/modules/advanced/modules/navigation-menu/components/menu-custom/navigation-menu-custom-dropdown/navigation-menu-custom-dropdown.component.html @@ -24,17 +24,16 @@

{{'New dropdown' | translate}}

/>
-
+
-
+
-
+
diff --git a/eform-client/src/app/modules/device-users/components/edit-create-user-modal/edit-create-user-modal.component.html b/eform-client/src/app/modules/device-users/components/edit-create-user-modal/edit-create-user-modal.component.html index 1f6d364809..fe3982da8a 100644 --- a/eform-client/src/app/modules/device-users/components/edit-create-user-modal/edit-create-user-modal.component.html +++ b/eform-client/src/app/modules/device-users/components/edit-create-user-modal/edit-create-user-modal.component.html @@ -34,18 +34,17 @@

{{ (edit ? 'Edit Device User' : 'New Device User') | transl

-
+
-
+
-
+
-
+
-->
-
+
-
+
- - add - + + +
+ +
diff --git a/eform-client/src/app/modules/eforms/eform-visual-editor/components/eform-visual-editor-elements/checklist/visual-editor-checklist-modal/visual-editor-checklist-modal.component.html b/eform-client/src/app/modules/eforms/eform-visual-editor/components/eform-visual-editor-elements/checklist/visual-editor-checklist-modal/visual-editor-checklist-modal.component.html index 6d7af01b21..e59e8bfc44 100644 --- a/eform-client/src/app/modules/eforms/eform-visual-editor/components/eform-visual-editor-elements/checklist/visual-editor-checklist-modal/visual-editor-checklist-modal.component.html +++ b/eform-client/src/app/modules/eforms/eform-visual-editor/components/eform-visual-editor-elements/checklist/visual-editor-checklist-modal/visual-editor-checklist-modal.component.html @@ -34,17 +34,16 @@

{{ (isChecklistSelected ? 'Edit sub eForm' : 'New sub eForm

-
+
-
+
+ +
+ +
@@ -141,7 +146,7 @@ mat-icon-button id="initialFieldCreateBtn" [matTooltip]="'Add field' | translate" - color="accent" + color="primary" (click)="showFieldModal()" > add @@ -149,7 +154,7 @@ +
diff --git a/eform-client/src/app/modules/email-recipients/components/recipients/email-recipient-new/email-recipients-new.component.html b/eform-client/src/app/modules/email-recipients/components/recipients/email-recipient-new/email-recipients-new.component.html index ea80aa6cc7..de97e051b7 100644 --- a/eform-client/src/app/modules/email-recipients/components/recipients/email-recipient-new/email-recipients-new.component.html +++ b/eform-client/src/app/modules/email-recipients/components/recipients/email-recipient-new/email-recipients-new.component.html @@ -35,17 +35,16 @@

{{'New Email recipients' | translate}}

-
+
-
+
-
+
diff --git a/eform-client/src/app/modules/security/components/security-page/security-page.component.html b/eform-client/src/app/modules/security/components/security-page/security-page.component.html index a2b564c6a7..5a8ffbd486 100644 --- a/eform-client/src/app/modules/security/components/security-page/security-page.component.html +++ b/eform-client/src/app/modules/security/components/security-page/security-page.component.html @@ -1,7 +1,6 @@