RandomSec/main/webapp/modules/core/scripts/views/data-table/cell-recon-preview-popup-header.html
2017-10-18 12:39:40 +01:00

6 lines
326 B
HTML

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