|
|
|
|
|
|
|
|
<kendo-formhint>Date Settled</kendo-formhint> |
|
|
<kendo-formhint>Date Settled</kendo-formhint> |
|
|
</kendo-formfield> |
|
|
</kendo-formfield> |
|
|
|
|
|
|
|
|
<div class="k-form-buttons"> |
|
|
|
|
|
|
|
|
<!-- <div class="k-form-buttons"> |
|
|
<button class="k-button k-primary" |
|
|
<button class="k-button k-primary" |
|
|
(click)="submitForm()">Add New </button> |
|
|
(click)="submitForm()">Add New </button> |
|
|
<button class="k-button" (click)="clearForm()">Clear</button> |
|
|
<button class="k-button" (click)="clearForm()">Clear</button> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> --> |
|
|
</fieldset> |
|
|
</fieldset> |
|
|
</form> |
|
|
</form> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<kendo-dialog-actions> |
|
|
<kendo-dialog-actions> |
|
|
<button kendoButton (click)="action('no')">No</button> |
|
|
|
|
|
<button kendoButton (click)="action('yes')" primary="true">Yes</button> |
|
|
|
|
|
|
|
|
<button kendoButton (click)="clearForm()">Clear</button> |
|
|
|
|
|
<button kendoButton (click)="submitForm()" primary="true">Add New</button> |
|
|
</kendo-dialog-actions> |
|
|
</kendo-dialog-actions> |
|
|
</kendo-dialog> |
|
|
</kendo-dialog> |
|
|
|
|
|
|