NIHVIVO-2734: in those rare cases where a property does not belong to a property group and doesn't get grouped under Other, we now display a generic, bogus property group title

This commit is contained in:
tworrall 2011-11-08 17:42:05 +00:00
parent 129f71fb10
commit d941e2b094

View file

@ -17,6 +17,8 @@
<#-- Display the group heading --> <#-- Display the group heading -->
<#if groupName?has_content> <#if groupName?has_content>
<h2 id="${groupName}">${groupName?capitalize}</h2> <h2 id="${groupName}">${groupName?capitalize}</h2>
<#else>
<h2 id="properties">Properties</h2>
</#if> </#if>
<#-- List the properties in the group --> <#-- List the properties in the group -->