updating editor and review role list views for new property relating the role to the activity

This commit is contained in:
stellamit 2011-11-04 18:03:20 +00:00
parent cd088e325d
commit 01a90eb20d
2 changed files with 6 additions and 21 deletions

View file

@ -15,15 +15,7 @@
next statement -->
<#macro showRole statement property>
<#local linkedIndividual>
<#if statement.infoResource??>
<#if statement.activity??>
<a href="${profileUrl(statement.infoResource)}">${statement.infoResourceLabel!statement.infoResourceName}</a> <a href="${profileUrl(statement.activity)}">${statement.activityLabel!statement.activityName}</a>
<#else>
<a href="${profileUrl(statement.infoResource)}">${statement.infoResourceLabel!statement.infoResourceName}</a>
</#if>
<#elseif statement.activity??>
<a href="${profileUrl(statement.activity)}">${statement.activityLabel!statement.activityName}</a>
</#if>
<a href="${profileUrl(statement.activity)}">${statement.activityLabel!statement.activityName}</a>
</#local>
<#local dateTime>