VIVO-724: minor clean up of verbose property display.
This commit is contained in:
parent
9ce4b1e275
commit
6e212e2889
1 changed files with 5 additions and 5 deletions
|
@ -233,14 +233,14 @@ name will be used as the label. -->
|
|||
<section class="verbosePropertyListing">
|
||||
<#if verboseDisplay.fauxProperty?has_content>
|
||||
<a class="propertyLink" href="${verboseDisplay.fauxProperty.propertyEditUrl}" title="${i18n().name}">
|
||||
${verboseDisplay.fauxProperty.displayName}
|
||||
</a>, a faux property of
|
||||
${verboseDisplay.fauxProperty.displayName}</a>
|
||||
is a faux property of
|
||||
</#if>
|
||||
<a class="propertyLink" href="${verboseDisplay.propertyEditUrl}" title="${i18n().name}">${verboseDisplay.localName}</a>
|
||||
(<span>${property.type?lower_case}</span> property);
|
||||
order in group: <span>${verboseDisplay.displayRank};</span>
|
||||
display level: <span>${verboseDisplay.displayLevel};</span>
|
||||
update level: <span>${verboseDisplay.updateLevel};</span>
|
||||
order in group: <span>${verboseDisplay.displayRank}</span>;
|
||||
display level: <span>${verboseDisplay.displayLevel}</span>;
|
||||
update level: <span>${verboseDisplay.updateLevel}</span>;
|
||||
publish level: <span>${verboseDisplay.publishLevel}</span>
|
||||
</section>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue