NIHVIVO3285: the series label will now display if the intervening event is part of a series or if the presentation itself is part of a series

This commit is contained in:
tworrall 2011-11-07 16:01:54 +00:00
parent 5c8fbbb798
commit b2476d88c9
2 changed files with 166 additions and 59 deletions

View file

@ -30,6 +30,8 @@
<#local conference>
<#if statement.conference?has_content && statement.conferenceLabel?has_content>
<a href="${profileUrl(statement.conference)}">${statement.conferenceLabel}</a>
<#elseif statement.series?has_content && statement.seriesLabel?has_content>
<a href="${profileUrl(statement.series)}">${statement.seriesLabel}</a>
</#if>
</#local>