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