VIVO-561 faux property indication in verbose display
This commit is contained in:
parent
025f2dd8ec
commit
99da2bc5a4
2 changed files with 30 additions and 0 deletions
|
@ -231,7 +231,13 @@ name will be used as the label. -->
|
|||
<#local verboseDisplay = property.verboseDisplay!>
|
||||
<#if verboseDisplay?has_content>
|
||||
<section class="verbosePropertyListing">
|
||||
<#if verboseDisplay.fauxProperty??>
|
||||
(faux property of
|
||||
</#if>
|
||||
<a class="propertyLink" href="${verboseDisplay.propertyEditUrl}" title="${i18n().name}">${verboseDisplay.localName}</a>
|
||||
<#if verboseDisplay.fauxProperty??>
|
||||
)
|
||||
</#if>
|
||||
(<span>${property.type?lower_case}</span> property);
|
||||
order in group: <span>${verboseDisplay.displayRank};</span>
|
||||
display level: <span>${verboseDisplay.displayLevel};</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue