cms/app-client/app/templates/components/toolbar-component.hbs
author ymh <ymh.work@gmail.com>
Wed, 08 Feb 2017 15:25:24 +0100
changeset 502 74fba571487e
parent 373 e952c8a31a2b
permissions -rw-r--r--
Complete the notice display. add various fields to document to correctly display the notice. Correct bug #0025746

<ul>
	<li {{ action 'display' 'notice'}} class="{{if (eq player.window 'notice') 'active'}}">Notice</li>
{{#if player.transcript}}
	<li {{ action 'display' 'transcript'}} class="{{if (eq player.window 'transcript') 'active'}}">Transcript</li>
{{/if}}
{{#if player.model.video}}
	<li {{ action 'display' 'video'}} class="video {{if player.videoscreen 'active'}}">Video</li>
{{/if}}
</ul>