From c76c29be902566af8871acdf0351c3068d6059ca Mon Sep 17 00:00:00 2001 From: manolobevia Date: Thu, 27 Oct 2011 19:53:36 +0000 Subject: [PATCH] NIHVIVO-3250: Added aria roles and added last quote to href attribute for cancel link --- .../freemarker/edit/forms/rdfsLabelForm.ftl | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/webapp/web/templates/freemarker/edit/forms/rdfsLabelForm.ftl b/webapp/web/templates/freemarker/edit/forms/rdfsLabelForm.ftl index 86f9bd80b..147c7833e 100644 --- a/webapp/web/templates/freemarker/edit/forms/rdfsLabelForm.ftl +++ b/webapp/web/templates/freemarker/edit/forms/rdfsLabelForm.ftl @@ -2,7 +2,7 @@ <#assign actionText = "Add new" /> <#if editConfiguration.dataPropertyStatement?has_content> - <#assign actionText = "Edit"/> + <#assign actionText = "Edit"/> <#assign submitLabel>${actionText} label @@ -11,19 +11,17 @@ <#assign literalValues = "${editConfiguration.dataLiteralValuesAsString}" />
- - - -

- - or Cancel -

- + + + + +

+ + or Cancel +

+
<#--The original jsp included a delete form for deleting rdfs label. If required, deletion can be supported but it does not appear that is required currently. - --> - - - +--> \ No newline at end of file