Commit 7e32a04e by GD-A-150752

Bug-Fix

S52873958 #Capture CV Alignment
parent fcda03f9
......@@ -68,28 +68,29 @@
<div class="work-belonging ui-g-12 mb-0">
<span class="calcField">Application</span>
</div>
<div class="form-group ui-g-12">
<div class="ui-g">
<div class="ui-g-3">
<div class="form-group ui-g-6">
<div class="ui-g-6">
<label for="CaptureCV">Capture CV</label>
<p-inputSwitch [(ngModel)]="workflow.CaptureCV" [disabled]="showLoader"
name="CaptureCV" id="CaptureCV">
</p-inputSwitch>
</div>
<div class="ui-g-3" *ngIf="workflow.CaptureCV">
<div class="ui-g-6" *ngIf="workflow.CaptureCV">
<label for="ThankYouSecondaryText">Mandatory</label>
<p-inputSwitch [(ngModel)]="workflow.IsCVMandatory"
[disabled]="showLoader"
name="IsCVMandatory" id="IsCVMandatory">
</p-inputSwitch>
</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>
<p-inputSwitch [(ngModel)]="workflow.CaptureCL" [disabled]="showLoader"
name="CaptureCL" id="CaptureCL">
</p-inputSwitch>
</div>
<div class="ui-g-3" *ngIf="workflow.CaptureCL">
<div class="ui-g-5" *ngIf="workflow.CaptureCL">
<label for="IsCLMandatory">Mandatory</label>
<p-inputSwitch [(ngModel)]="workflow.IsCLMandatory"
[disabled]="showLoader"
......@@ -97,7 +98,6 @@
</p-inputSwitch>
</div>
</div>
</div>
<div class="form-group ui-g-6">
<label for="VerificationHeaderText">Button Text</label>
<input [(ngModel)]="workflow.ApplicationButtonText" [disabled]="showLoader"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment