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
7e32a04e
Commit
7e32a04e
authored
Dec 10, 2019
by
GD-A-150752
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug-Fix
S52873958 #Capture CV Alignment
parent
fcda03f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
edit-workflow-template.component.html
...t-workflow-template/edit-workflow-template.component.html
+7
-7
No files found.
frontend/angular/src/app/components/admin-portal/edit-workflow-template/edit-workflow-template.component.html
View file @
7e32a04e
...
@@ -68,28 +68,29 @@
...
@@ -68,28 +68,29 @@
<div
class=
"work-belonging ui-g-12 mb-0"
>
<div
class=
"work-belonging ui-g-12 mb-0"
>
<span
class=
"calcField"
>
Application
</span>
<span
class=
"calcField"
>
Application
</span>
</div>
</div>
<div
class=
"form-group ui-g-12"
>
<div
class=
"form-group ui-g-6"
>
<div
class=
"ui-g"
>
<div
class=
"ui-g-6"
>
<div
class=
"ui-g-3"
>
<label
for=
"CaptureCV"
>
Capture CV
</label>
<label
for=
"CaptureCV"
>
Capture CV
</label>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
CaptureCV
"
[
disabled
]="
showLoader
"
<p-inputSwitch
[(
ngModel
)]="
workflow
.
CaptureCV
"
[
disabled
]="
showLoader
"
name=
"CaptureCV"
id=
"CaptureCV"
>
name=
"CaptureCV"
id=
"CaptureCV"
>
</p-inputSwitch>
</p-inputSwitch>
</div>
</div>
<div
class=
"ui-g-3
"
*
ngIf=
"workflow.CaptureCV"
>
<div
class=
"ui-g-6
"
*
ngIf=
"workflow.CaptureCV"
>
<label
for=
"ThankYouSecondaryText"
>
Mandatory
</label>
<label
for=
"ThankYouSecondaryText"
>
Mandatory
</label>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
IsCVMandatory
"
<p-inputSwitch
[(
ngModel
)]="
workflow
.
IsCVMandatory
"
[
disabled
]="
showLoader
"
[
disabled
]="
showLoader
"
name=
"IsCVMandatory"
id=
"IsCVMandatory"
>
name=
"IsCVMandatory"
id=
"IsCVMandatory"
>
</p-inputSwitch>
</p-inputSwitch>
</div>
</div>
<div
class=
"ui-g-3"
>
</div>
<div
class=
"form-group ui-g-6"
>
<div
class=
"ui-g-7"
>
<label
for=
"CaptureCL"
>
Capture Cover Letter
</label>
<label
for=
"CaptureCL"
>
Capture Cover Letter
</label>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
CaptureCL
"
[
disabled
]="
showLoader
"
<p-inputSwitch
[(
ngModel
)]="
workflow
.
CaptureCL
"
[
disabled
]="
showLoader
"
name=
"CaptureCL"
id=
"CaptureCL"
>
name=
"CaptureCL"
id=
"CaptureCL"
>
</p-inputSwitch>
</p-inputSwitch>
</div>
</div>
<div
class=
"ui-g-3
"
*
ngIf=
"workflow.CaptureCL"
>
<div
class=
"ui-g-5
"
*
ngIf=
"workflow.CaptureCL"
>
<label
for=
"IsCLMandatory"
>
Mandatory
</label>
<label
for=
"IsCLMandatory"
>
Mandatory
</label>
<p-inputSwitch
[(
ngModel
)]="
workflow
.
IsCLMandatory
"
<p-inputSwitch
[(
ngModel
)]="
workflow
.
IsCLMandatory
"
[
disabled
]="
showLoader
"
[
disabled
]="
showLoader
"
...
@@ -97,7 +98,6 @@
...
@@ -97,7 +98,6 @@
</p-inputSwitch>
</p-inputSwitch>
</div>
</div>
</div>
</div>
</div>
<div
class=
"form-group ui-g-6"
>
<div
class=
"form-group ui-g-6"
>
<label
for=
"VerificationHeaderText"
>
Button Text
</label>
<label
for=
"VerificationHeaderText"
>
Button Text
</label>
<input
[(
ngModel
)]="
workflow
.
ApplicationButtonText
"
[
disabled
]="
showLoader
"
<input
[(
ngModel
)]="
workflow
.
ApplicationButtonText
"
[
disabled
]="
showLoader
"
...
...
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