From db5a85478723f7c5d7cd13dc9f6a9ccf217bb78d Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Wed, 27 Sep 2017 18:38:35 +0100 Subject: [PATCH] Change panel id to xxxGroup, for consistency with wilma (allow testing resuse) --- .../partials/individual/individual-property-group-tabs.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl b/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl index 6db446b3..2ee6eefe 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl +++ b/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl @@ -21,10 +21,10 @@ <#assign groupNameHtmlId = "${i18n().properties}" > <#if tabCount = 1 > -
  • ${groupName?capitalize}
  • +
  • ${groupName?capitalize}
  • <#assign tabCount = 2> <#else> -
  • ${groupName?capitalize}
  • +
  • ${groupName?capitalize}
  • @@ -42,7 +42,7 @@ <#assign groupNameHtmlId = p.createPropertyGroupHtmlId(groupName) > <#assign verbose = (verbosePropertySwitch.currentValue)!false> -
    <#-- Display the group heading -->