From 4df1a9c9457a01a444fd44fcc566451c6891a4db Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Thu, 28 Sep 2017 19:14:09 +0100 Subject: [PATCH] Add domain and range attributes to the html for parsing / testing. --- .../main/webapp/templates/freemarker/lib/lib-properties.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl index 060872251..7cda3ab15 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl @@ -146,10 +146,10 @@ name will be used as the label. --> <#macro showAddLink propertyLocalName label url rangeUri domainUri=""> <#if (rangeUri?contains("Authorship") && domainUri?contains("IAO_0000030")) || (rangeUri?contains("Editorship") && domainUri?contains("IAO_0000030"))|| rangeUri?contains("URL") || propertyLocalName == "hasResearchArea"> - ${i18n().manage} + ${i18n().manage} <#else> - ${i18n().add} + ${i18n().add}