Skip to content

Commit

Permalink
LPD-40036 Following the pattern for ids
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-ortega authored and brianchandotcom committed Dec 17, 2024
1 parent b61612d commit 29b79a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions portal-web/docroot/html/taglib/ui/search_iterator/bottom.jspf
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
4 changes: 2 additions & 2 deletions portal-web/docroot/html/taglib/ui/search_iterator/list.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (fixedHeader) {
}
%>

<div class="table-responsive" id="<%= namespace + id %>table-responsive-container">
<div class="table-responsive" id="<%= namespace + id %>tableResponsiveContainer">
<table class="<%= searchResultCssClass %>">
<c:if test="<%= Validator.isNotNull(summary) %>">
<caption class="sr-only"><%= summary %></caption>
Expand Down Expand Up @@ -185,7 +185,7 @@ if (fixedHeader) {
<c:if test="<%= fixedHeader %>">
<tr aria-hidden="true" class="hide lfr-search-iterator-fixed-header" id="<%= namespace + id %>fixedHeader">
<th>
<div class="lfr-search-iterator-fixed-header-inner-wrapper" id="<%= namespace + id %>inner-wrapper-container">
<div class="lfr-search-iterator-fixed-header-inner-wrapper" id="<%= namespace + id %>innerWrapperContainer">
<table>
<thead>
<tr>
Expand Down

0 comments on commit 29b79a8

Please sign in to comment.