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

6 lines
326 B
HTML
Raw Normal View History

<div class="data-table-topic-popup-header">
2017-10-18 13:39:40 +02:00
<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>