NIHVIVO-1910 Updated title attribute for add link next to property heading to use property name
This commit is contained in:
parent
8c1020bf31
commit
72fe7b1a42
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue