ohif-viewer/Packages/lesiontracker/client/components/confirmDeleteDialog/confirmDeleteDialog.html
2015-12-21 09:29:19 -05:00

8 lines
359 B
HTML

<template name="confirmDeleteDialog">
<div id="confirmDeleteDialog">
<h5>Remove Measurement?</h5>
<p>Are you sure you would like to remove this measurement?</p>
<button id="cancel" class="btn btn-link" tabindex="1">Cancel</button>
<button id="confirm" class="btn btn-primary" tabindex="0">OK</button>
</div>
</template>