RandomSec/main/webapp/modules/core/scripts/views/data-table/cell-recon-preview-popup-header.html
David Huynh 6da68b37ef Added class 'button' to buttons.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1580 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-16 06:43:01 +00:00

5 lines
276 B
HTML

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