RandomSec/main/webapp/modules/core/scripts/views/data-table/cell-recon-preview-popup-header.html

6 lines
374 B
HTML
Raw Normal View History

<div class="data-table-topic-popup-header">
<button class="button" title="Match topic to this cell" bind="matchButton">Match this Cell</button>
<button class="button" title="Match topic to all visible cells with same content" bind="matchSimilarButton">Match All Identical Cells</button>
<button class="button" title="Cancel" bind="cancelButton">Cancel</button>
</div>