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

13 lines
359 B
HTML

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