1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-30 18:49:43 +02:00

Implement new toolbar for document view

This commit is contained in:
sauls8t 2018-12-19 19:23:17 +00:00
parent 93253be0f2
commit 329c43eba0
9 changed files with 59 additions and 50 deletions

View file

@ -37,4 +37,10 @@
{{#if (eq document.protection constants.ProtectionType.Lock)}}LOCKED{{/if}}
{{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
</div>
{{#if document.template}}
<div class="label-template">
Template
{{#attach-tooltip showDelay=1000}}This is a template{{/attach-tooltip}}
</div>
{{/if}}
</div>