diff --git a/webapp/web/templates/freemarker/edit/forms/confirmDeletePropertyForm.ftl b/webapp/web/templates/freemarker/edit/forms/confirmDeletePropertyForm.ftl index 5a50e5ed0..07d86ac72 100644 --- a/webapp/web/templates/freemarker/edit/forms/confirmDeletePropertyForm.ftl +++ b/webapp/web/templates/freemarker/edit/forms/confirmDeletePropertyForm.ftl @@ -1,42 +1,44 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + <#assign toBeDeletedClass = "dataProp" /> + <#if editConfiguration.objectProperty = true> - <#assign toBeDeletedClass = "objProp" /> + <#assign toBeDeletedClass = "objProp" /> + <#assign statement = editConfiguration.statementDisplay /> +
- +

Are you sure you want to delete the following entry from ${editConfiguration.propertyName}?

+
- <#if editConfiguration.objectProperty = true> - <#if statement.object?has_content> - <#include "propStatement-default.ftl" /> - - <#else> - ${statement.dataValue} - -
- - + <#if editConfiguration.objectProperty = true> + <#if statement.object?has_content> + <#include "propStatement-default.ftl" /> + + <#else> + ${statement.dataValue} + + + + + <#if editConfiguration.dataProperty = true> - - + + <#else> - + - <#if editConfiguration.objectProperty = true> + <#if editConfiguration.objectProperty = true>

- - or - Cancel + + or + Cancel <#if editConfiguration.objectProperty = true> -

+

-
\ No newline at end of file