From 65291299b8e5f198c6901507fd972b3b499dc3c1 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Sat, 23 Sep 2017 20:52:25 +0100 Subject: [PATCH] View all tab regression in previous commit --- .../individual/individual-property-group-tabs.ftl | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 27b33a81..ae129e2f 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 @@ -14,7 +14,7 @@ <#if ( groupTabs.properties?size > 0 ) > <#assign groupName = groupTabs.getName(nameForOtherGroup)> <#if groupName?has_content> - <#--the function replaces spaces in the name with underscores, also called for the property group menu--> + <#--the function replaces spaces in the name with underscores, also called for the property group menu--> <#assign groupNameHtmlId = p.createPropertyGroupHtmlId(groupName) > <#else> <#assign groupName = "${i18n().properties_capitalized}"> @@ -29,7 +29,7 @@ <#if (propertyGroups.all?size > 1) > -
  • ${i18n().view_all_capitalized}
  • +
  • ${i18n().view_all_capitalized}
  • @@ -45,15 +45,15 @@
    - <#-- Display the group heading --> + <#-- Display the group heading --> <#if groupName?has_content> - <#--the function replaces spaces in the name with underscores, also called for the property group menu--> + <#--the function replaces spaces in the name with underscores, also called for the property group menu--> <#assign groupNameHtmlId = p.createPropertyGroupHtmlId(groupName) > <#else> - <#-- List the properties in the group --> + <#-- List the properties in the group --> <#include "individual-properties.ftl">
    <#assign sectionCount = 2 >