From e5b43812f14269fcf8c0f2c7a5bab638097a6bf3 Mon Sep 17 00:00:00 2001 From: mb863 Date: Wed, 12 Jan 2011 15:14:34 +0000 Subject: [PATCH] NIHVIVO-1315: Added title and alt HTML atributes to add, edit, and delete icons. --- .../freemarker/body/partials/individual/lib-properties.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl index cdb5cf70c..e9829530b 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl @@ -45,7 +45,7 @@ we need to also show the property label. --> <#if showEditingLinks> <#local url = property.addUrl> <#if url?has_content> - add relationship + add @@ -67,13 +67,13 @@ we need to also show the property label. --> <#macro editLink statement> <#local url = statement.editUrl> <#if url?has_content> - change this relationship + edit <#macro deleteLink statement> <#local url = statement.deleteUrl> <#if url?has_content> - delete this relationship + delete \ No newline at end of file