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">
|
<section class="verbosePropertyListing">
|
||||||
<#if verboseDisplay.fauxProperty?has_content>
|
<#if verboseDisplay.fauxProperty?has_content>
|
||||||
<a class="propertyLink" href="${verboseDisplay.fauxProperty.propertyEditUrl}" title="${i18n().name}">
|
<a class="propertyLink" href="${verboseDisplay.fauxProperty.propertyEditUrl}" title="${i18n().name}">
|
||||||
${verboseDisplay.fauxProperty.displayName}
|
${verboseDisplay.fauxProperty.displayName}</a>
|
||||||
</a>, a faux property of
|
is a faux property of
|
||||||
</#if>
|
</#if>
|
||||||
<a class="propertyLink" href="${verboseDisplay.propertyEditUrl}" title="${i18n().name}">${verboseDisplay.localName}</a>
|
<a class="propertyLink" href="${verboseDisplay.propertyEditUrl}" title="${i18n().name}">${verboseDisplay.localName}</a>
|
||||||
(<span>${property.type?lower_case}</span> property);
|
(<span>${property.type?lower_case}</span> property);
|
||||||
order in group: <span>${verboseDisplay.displayRank};</span>
|
order in group: <span>${verboseDisplay.displayRank}</span>;
|
||||||
display level: <span>${verboseDisplay.displayLevel};</span>
|
display level: <span>${verboseDisplay.displayLevel}</span>;
|
||||||
update level: <span>${verboseDisplay.updateLevel};</span>
|
update level: <span>${verboseDisplay.updateLevel}</span>;
|
||||||
publish level: <span>${verboseDisplay.publishLevel}</span>
|
publish level: <span>${verboseDisplay.publishLevel}</span>
|
||||||
</section>
|
</section>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue