From 29b79a8660c853622c1b5768668c4689e4cfeb7b Mon Sep 17 00:00:00 2001 From: Antonio Ortega <60252917@liferay.com> Date: Wed, 13 Nov 2024 15:13:50 +0100 Subject: [PATCH] LPD-40036 Following the pattern for ids --- portal-web/docroot/html/taglib/ui/search_iterator/bottom.jspf | 4 ++-- portal-web/docroot/html/taglib/ui/search_iterator/list.jsp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/portal-web/docroot/html/taglib/ui/search_iterator/bottom.jspf b/portal-web/docroot/html/taglib/ui/search_iterator/bottom.jspf index b9771e38c6fc3b..09f70e022a18be 100644 --- a/portal-web/docroot/html/taglib/ui/search_iterator/bottom.jspf +++ b/portal-web/docroot/html/taglib/ui/search_iterator/bottom.jspf @@ -91,8 +91,8 @@ var contentBox = searchContainer.get('contentBox'); var fixedHeader = document.getElementById('<%= namespace + id %>fixedHeader'); - var tableResponsiveContainer = document.getElementById('<%= namespace + id %>table-responsive-container'); - var innerWrapperContainer = document.getElementById('<%= namespace + id %>inner-wrapper-container'); + var tableResponsiveContainer = document.getElementById('<%= namespace + id %>tableResponsiveContainer'); + var innerWrapperContainer = document.getElementById('<%= namespace + id %>innerWrapperContainer'); if (contentBox) { var mainContent = contentBox.ancestor('#main-content'); diff --git a/portal-web/docroot/html/taglib/ui/search_iterator/list.jsp b/portal-web/docroot/html/taglib/ui/search_iterator/list.jsp index ce87fb30cc7718..51a76c61d0de5e 100644 --- a/portal-web/docroot/html/taglib/ui/search_iterator/list.jsp +++ b/portal-web/docroot/html/taglib/ui/search_iterator/list.jsp @@ -36,7 +36,7 @@ if (fixedHeader) { } %> -
+
@@ -185,7 +185,7 @@ if (fixedHeader) {
<%= summary %>