summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/functions-attribute/functions-attribute.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/functions-attribute/functions-attribute.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/functions-attribute/functions-attribute.component.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/functions-attribute/functions-attribute.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/functions-attribute/functions-attribute.component.html
index ea17f888d..ded7e5f23 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/functions-attribute/functions-attribute.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/functions-attribute/functions-attribute.component.html
@@ -73,9 +73,10 @@
Template</label>
</div>
<br />
- <button type="button" data-toggle="modal" data-target="#templateModal"
- class="btn btn-select-template m-auto"><i class="icon-add-circle"
- type="button" aria-hidden="true"></i> Select Template</button>
+ <button (click)="init()" type="button" data-toggle="modal"
+ data-target="#templateModal" class="btn btn-select-template m-auto"><i
+ class="icon-add-circle" type="button" aria-hidden="true"></i> Select
+ Template</button>
</div>
<div class="attribute-wrap"
@@ -235,9 +236,9 @@
</div>
<div class="modal-footer">
- <button type="button" class="btn btn-secondary" (click)="cancel()" data-dismiss="modal">Close</button>
- <button type="button" class="btn btn-primary" data-dismiss="modal" (click)="addTemplates()">Add
- Template</button>
+ <button type="button" class="btn btn-secondary" (click)="cancel()" data-dismiss="modal">Cancel</button>
+ <button type="button" class="btn btn-primary" data-dismiss="modal"
+ (click)="addTemplates()">Save</button>
</div>
</div>
</div>