-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from xpert-ai/develop
Email templates
- Loading branch information
Showing
231 changed files
with
889 additions
and
4,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 16 additions & 15 deletions
31
apps/cloud/src/app/@core/services/email-template.service.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
<formly-form #formly class="flex-1 self-stretch" [form]="form" [fields]="schema" [model]="customSmtp" | ||
(modelChange)="onFormChange(customSmtp)"> | ||
<formly-form #formly class="flex-1 self-stretch" | ||
[form]="form" | ||
[fields]="schema" | ||
[model]="customSmtp" | ||
(modelChange)="onFormChange(customSmtp)"> | ||
</formly-form> | ||
|
||
<div ngmButtonGroup> | ||
<button mat-stroked-button displayDensity="cosy" color="accent" [disabled]="isValidated" | ||
(click)="validateSmtp()"> | ||
{{ 'PAC.ACTIONS.Validate' | translate: {Default: 'Validate'} }} | ||
</button> | ||
<button mat-stroked-button displayDensity="cosy" color="accent" [disabled]="isValidated()" | ||
(click)="validateSmtp()"> | ||
{{ 'PAC.ACTIONS.Validate' | translate: {Default: 'Validate'} }} | ||
</button> | ||
|
||
<button mat-raised-button displayDensity="cosy" color="primary" [disabled]="!isValidated || form.invalid" | ||
(click)="onSubmit()"> | ||
{{ 'PAC.ACTIONS.Save' | translate: {Default: 'Save'} }} | ||
</button> | ||
<button mat-raised-button displayDensity="cosy" color="primary" [disabled]="!isValidated() || form.invalid" | ||
(click)="onSubmit()"> | ||
{{ 'PAC.ACTIONS.Save' | translate: {Default: 'Save'} }} | ||
</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
apps/cloud/src/app/features/setting/email-templates/email-templates-routing.module.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.