ohif-viewer/Packages/lesiontracker/client/components/toolbarSectionButton/toolbarSectionButton.html

12 lines
351 B
HTML
Raw Normal View History

2016-06-07 19:09:47 +02:00
<template name="toolbarSectionButton">
<div id="{{id}}" class="toolbarSectionButton {{classes}}" title="{{title}}">
<div class="svgContainer">
<svg>
<use xlink:href={{svgLink}}></use>
</svg>
</div>
<div class="buttonLabel">
{{title}}
</div>
</div>
</template>