Improve verbose layout
This commit is contained in:
parent
58ad89b839
commit
b23f391dfa
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ name will be used as the label. -->
|
|||
</#if>
|
||||
-->
|
||||
<#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>
|
||||
</#macro>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue