NIHVIVO-2449 Display preferred title on individuallist page

This commit is contained in:
ryounes 2011-07-05 23:03:51 +00:00
parent 977d859cd6
commit fface83a87
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Display of an individual in a list (/individuallist). -->
<a href="${individual.profileUrl}">${individual.name}</a>
<#if individual.preferredTitle?has_content>${individual.preferredTitle}</#if>
<#-- add display of web pages -->