Commit 7e32a04e by GD-A-150752

Bug-Fix

S52873958 #Capture CV Alignment
parent fcda03f9
...@@ -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"
......
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