5 lines
211 B
HTML
5 lines
211 B
HTML
<template name="itemDialog">
|
|
{{> quickForm collection="Items" id="insertItemForm" type="insert"}}
|
|
<paper-button affirmative>Cancel</paper-button>
|
|
<paper-button affirmative>Save Item</paper-button>
|
|
</template> |