NIHVIVO-1491 Methods to get a single property, with or without removing from the list

This commit is contained in:
rjy7 2011-01-03 20:20:44 +00:00
parent 0cc376e0a1
commit 97ecd6100f
4 changed files with 52 additions and 14 deletions

View file

@ -2,7 +2,7 @@
<#-- Template for property listing on individual profile page -->
<#list propertyGroups as group>
<#list propertyGroups.all as group>
<#assign groupname = group.name(nameForOtherGroup)>

View file

@ -8,7 +8,7 @@
<a name="property-nav"></a>
<ul role="list">
<#list propertyGroups as group>
<#list propertyGroups.all as group>
<#assign groupname = group.name(nameForOtherGroup)>
<#if groupname?has_content>
<#-- capitalize will capitalize each word in the name; cap_first only the first. We may need a custom