taf/templates/AttributeManager/controls.hbs

13 lines
233 B
Handlebars

<div class="controls">
<button
type="button"
data-action="addNew"
>
{{localize "taf.Apps.AttributeManager.add-new-attribute"}}
</button>
<button
type="submit"
>
{{localize "taf.misc.save-and-close"}}
</button>
</div>