Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
12628ff6
Commit
12628ff6
authored
Jan 06, 2020
by
GD-A-150752
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Content Placeholder for SMS
parent
e3e6e25c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
edit-message-template.component.html
...dit-message-template/edit-message-template.component.html
+5
-5
No files found.
frontend/angular/src/app/components/admin-portal/edit-message-template/edit-message-template.component.html
View file @
12628ff6
...
@@ -39,19 +39,19 @@
...
@@ -39,19 +39,19 @@
</app-select-2>
</app-select-2>
</div>
</div>
</div>
</div>
<div
class=
"form-group row"
*
ngIf=
"emailTemplateType()"
>
<div
class=
"form-group row"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<label
for=
"subjectInputId"
>
Subject
</label>
<label
for=
"subjectInputId"
*
ngIf=
"emailTemplateType()"
>
Subject
</label>
<input
id=
"subjectInputId"
[(
ngModel
)]="
messageTemplate
.
Subject
"
<input
id=
"subjectInputId"
[(
ngModel
)]="
messageTemplate
.
Subject
"
name=
"Subject{{messageTemplate.ObjectID}}"
name=
"Subject{{messageTemplate.ObjectID}}"
fieldLabel=
"Subject"
placeholder=
"Subject"
type=
"text"
fieldLabel=
"Subject"
placeholder=
"Subject"
type=
"text"
class=
"form-control"
tabindex=
"2"
class=
"form-control"
tabindex=
"2"
*
ngIf=
"emailTemplateType()"
[
disabled
]="
showLoader
"
required
>
[
disabled
]="
showLoader
"
required
>
</div>
</div>
<div
class=
"col-md-3"
*
ngIf=
"subjectPlaceholderOptions.length"
>
<div
class=
"col-md-3"
*
ngIf=
"subjectPlaceholderOptions.length"
>
<label>
Placeholder for Subject
</label>
<label
*
ngIf=
"emailTemplateType()"
>
Placeholder for Subject
</label>
<app-select-2
[
data
]="
subjectPlaceholderOptions
"
[
value
]="
subjectPlaceholderOptions
[
0
]"
<app-select-2
[
data
]="
subjectPlaceholderOptions
"
[
value
]="
subjectPlaceholderOptions
[
0
]"
fieldLabel=
"Description"
fieldLabel=
"Description"
*
ngIf=
"emailTemplateType()"
(
valChange
)="
addPlaceholderInSubject
($
event
)"
>
(
valChange
)="
addPlaceholderInSubject
($
event
)"
>
</app-select-2>
</app-select-2>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment