NIHVIVO-1910 Updated title attribute for add link next to property heading to use property name

This commit is contained in:
nac26 2011-02-01 21:38:48 +00:00
parent 8c1020bf31
commit 72fe7b1a42

View file

@ -91,7 +91,7 @@ name will be used as the label. -->
<#if editable>
<#local url = property.addUrl>
<#if url?has_content>
<a class="add-${property.localName}" href="${url}" title="add entry"><img class="add-individual" src="${urls.images}/individual/addIcon.gif" alt="add" /></a>
<a class="add-${property.localName}" href="${url}" title="Add new ${property.name}"><img class="add-individual" src="${urls.images}/individual/addIcon.gif" alt="add" /></a>
</#if>
</#if>
</#macro>