VIVO-561 faux property indication in verbose display

This commit is contained in:
brianjlowe 2013-11-20 16:48:24 -05:00
parent 025f2dd8ec
commit 99da2bc5a4
2 changed files with 30 additions and 0 deletions

View file

@ -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>