UNPKG

pragma-views2

Version:

13 lines 606 B
<template id="pragma-action-dialog"> <div class="dialog-wrapper"> <div class="dialog-header"> <icon-button id="btnClose" icon-name="close" aria-label="Close" tabIndex="0" click.delegate="close"></icon-button> </div> <div id="container" class="dialog-container"></div> <div class="dialog-footer"> <button class="aux" click.delegate="close">@translations.labels.close</button> <button class="primary" click.delegate="accept">@translations.labels.accept</button> </div> </div> </template>