Skip to content

Commit

Permalink
Merge pull request #2218 from department-of-veterans-affairs/bug/LEAF…
Browse files Browse the repository at this point in the history
…-4110/combined_default_font_color

LEAF-4110: Sitemap Font Color for combined inbox
  • Loading branch information
Pelentan authored Nov 2, 2023
2 parents 3cd15de + d427152 commit 2416c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LEAF_Request_Portal/templates/reports/LEAF_Inbox.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@
}
$(`#siteFormContainer${hash}`).append(`<div id="depContainer${hash}_${depID}" class="depContainer">
<div id="depLabel${hash}_${depID}" class="depInbox" style="padding: 8px; background-color: ${site.backgroundColor}">
<span style="float: right; text-decoration: underline; font-weight: bold">View ${recordIDs.length} requests</span>
<span style="font-size: 130%; font-weight: bold">${categoryName}</span></div>
<span style="float: right; text-decoration: underline; font-weight: bold; color: ${site.fontColor}">View ${recordIDs.length} requests</span>
<span style="font-size: 130%; font-weight: bold; color: ${site.fontColor}">${categoryName}</span></div>
<div id="depList${hash}_${depID}" style="width: 90%; margin: auto; display: none"></div></div>`);
$('#depLabel' + hash + '_' + depID).on('click', function() {
buildInboxGridView(res, depID, categoryName, recordIDs, site, hash, categoryIDs);
Expand Down

0 comments on commit 2416c38

Please sign in to comment.