From 13a1074602125d23d12b9fae00f6b3f6939a721c Mon Sep 17 00:00:00 2001 From: manolobevia Date: Thu, 27 Oct 2011 20:37:14 +0000 Subject: [PATCH] Added aria roles, removed unnecessary label tag --- .../edit/forms/confirmDeletePropertyForm.ftl | 52 ++++++++++--------- 1 file changed, 27 insertions(+), 25 deletions(-) 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