From 5c543982f7f2e8f8e03b817cc68ce428ec6bb1e0 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Thu, 28 Sep 2017 19:56:23 +0100 Subject: [PATCH] Add domain and range attributes to the html for parsing / testing. --- .../templates/freemarker/lib/lib-properties.ftl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 7cda3ab15..bfa63d1c3 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl @@ -194,12 +194,12 @@ name will be used as the label. --> <#local url = url + "&titleUri=" + "${statement.title!}"> - <@showEditLink propertyLocalName url /> + <@showEditLink propertyLocalName rangeUri url /> -<#macro showEditLink propertyLocalName url> - ${i18n().edit_entry} +<#macro showEditLink propertyLocalName rangeUri url> + ${i18n().edit_entry} <#macro deleteLink propertyLocalName propertyName statement rangeUri=""> @@ -219,12 +219,12 @@ name will be used as the label. --> <#local url = url + "&deleteObjectUri=" + "${statement.title!}"> - <@showDeleteLink propertyLocalName url /> + <@showDeleteLink propertyLocalName rangeUri url /> -<#macro showDeleteLink propertyLocalName url> - ${i18n().delete_entry} +<#macro showDeleteLink propertyLocalName rangeUri url> + ${i18n().delete_entry} <#macro verboseDisplay property>