Improve verbose layout

This commit is contained in:
Graham Triggs 2017-09-29 12:42:20 +01:00
parent 58ad89b839
commit b23f391dfa

View file

@ -120,7 +120,8 @@ name will be used as the label. -->
</#if> </#if>
--> -->
<#if editable> <#if editable>
<h2 id="${property.localName!}" title="${property.publicDescription!}">${label} ${addLink!} ${verboseDisplay!}</h2> <h2 id="${property.localName!}" title="${property.publicDescription!}">${label} ${addLink!}</h2>
${verboseDisplay!}
</#if> </#if>
</#macro> </#macro>