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

13 lines
359 B
HTML
Raw Normal View History

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