ohif-viewer/Packages/ohif-core/components/base/wrappers/title.html

12 lines
340 B
HTML
Raw Normal View History

<template name="wrapperTitle">
<div class="wrapperTitle {{this.labelClass}}">
{{#if this.labelAfter}}
{{>UI.contentBlock}}
{{/if}}
2016-07-14 16:25:39 +02:00
<span class="wrapperText">{{reactive this.label}}</span>
{{#unless this.labelAfter}}
{{>UI.contentBlock}}
{{/unless}}
</div>
</template>