Skip to content

Commit

Permalink
fix: correctly display title for user stats info box
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Sendler committed Jan 24, 2025
1 parent 6f323d2 commit 4bcf396
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/webapp/uii/templatePG/templatePG.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,11 @@ <h1>

<!-- CURRENT USERS -->
<h:panelGroup
rendered="#{!HelperForm.anonymized and LoginForm.hasRole('Statistics_CurrentUsers')}"
title="#{msgs.aktiveBenutzer}"
data-bs-toggle="tooltip">
<li class='bg-neutral-400 stats__current-users'>
rendered="#{!HelperForm.anonymized and LoginForm.hasRole('Statistics_CurrentUsers')}">
<li
class='bg-neutral-400 stats__current-users'
data-bs-toggle="tooltip"
title="#{msgs.aktiveBenutzer}">
<button jsf:action="currentUsers" jsf:id="currentUsers" class="stats-content">
<span
aria-hidden="true"
Expand Down

0 comments on commit 4bcf396

Please sign in to comment.