various bugfixes

This commit is contained in:
Joey Kimsey
2024-12-18 08:58:35 -05:00
parent a859fb7ace
commit 5fe1c3aafe
34 changed files with 92 additions and 72 deletions

View File

@ -1 +1 @@
<span class="label label-danger">{notificationCount}</span>
<span class="badge bg-danger rounded-pill">{notificationCount}</span>

View File

@ -2,13 +2,14 @@
<div class="dropdown nav-item mx-2">
<a
href="#"
class="nav-link dropdown-toggle"
class="d-flex align-items-center text-white text-decoration-none dropdown-toggle"
id="notiificationsDropdown"
data-bs-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false">
<i class="fa fa-fw fa-bell"></i><span class="ml-3">{NBADGE}</span>
<i class="fa fa-fw fa-bell"></i><span class="ms-2">{NBADGE}</span>
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="notiificationsDropdown">
<ul class="dropdown-menu dropdown-menu-dark dropdown-menu-end text-small shadow" aria-labelledby="notiificationsDropdown">
{LOOP}
<!-- Notification Item -->
<li>
@ -23,12 +24,8 @@
</li>
{/LOOP}
{ALT}
<li class="message-preview">
<div class="media">
<div class="media-body text-center" style="padding-bottom: 10px; padding-top: 10px">
<h5 class="media-heading"><strong>No Notifications</strong></h5>
</div>
</div>
<li class="px-3 text-center">
<strong>No Notifications</strong>
</li>
{/ALT}
<!-- Footer -->