VIVO-112: and the slog continues...

This commit is contained in:
tworrall 2013-09-25 17:09:41 -04:00
parent c58215a249
commit 4179900ea4
4 changed files with 24 additions and 17 deletions

View file

@ -114,7 +114,7 @@ name will be used as the label. -->
</#macro>
<#macro showAddLink propertyLocalName propertyName label url>
<#if propertyName == "informationResourceInAuthorship" || propertyName == "webpage" || propertyLocalName == "hasResearchArea">
<#if propertyName == "authors" || propertyName == "webpage" || propertyLocalName == "hasResearchArea">
<a class="add-${propertyLocalName}" href="${url}" title="${i18n().manage_list_of} ${label?lower_case}">
<img class="add-individual" src="${urls.images}/individual/manage-icon.png" alt="${i18n().manage}" /></a>
<#else>