ohif-viewer/Packages/lesiontracker/client/components/toolbarSectionButton/toolbarSectionButton.html
2016-07-22 11:08:27 +02:00

13 lines
400 B
HTML

<template name="toolbarSectionButton">
<div id="{{this.id}}" class="toolbarSectionButton rp-x-1 {{this.classes}} {{activeClass}}" title="{{this.title}}">
<div class="svgContainer">
<svg>
<use xlink:href={{this.svgLink}}></use>
</svg>
</div>
<div class="buttonLabel">
{{this.title}}
</div>
</div>
</template>