Commit 2b5915dd by GD-A-150752

Message Schedule Sent Pre-selected

parent d4bfb2a1
...@@ -99,11 +99,12 @@ ...@@ -99,11 +99,12 @@
</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="ApplicationButtonText">Button Text</label>
<input [(ngModel)]="workflow.ApplicationButtonText" [disabled]="showLoader" <input [(ngModel)]="workflow.ApplicationButtonText" [disabled]="showLoader"
class="form-control" class="form-control"
fieldLabel="Application Button Text" fieldLabel="Application Button Text"
name="ApplicationButtonText" name="ApplicationButtonText"
id="ApplicationButtonText"
required required
tabindex="7" type="text"> tabindex="7" type="text">
</div> </div>
......
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