mirror of https://github.com/itflow-org/itflow
Small UI tweaks to the new dropdown notification menu
This commit is contained in:
parent
a698c815ba
commit
d54b34fe3a
14
top_nav.php
14
top_nav.php
|
|
@ -63,11 +63,19 @@
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
|
<li class="nav-item dropdown">
|
||||||
<li class="nav-item">
|
<a class="nav-link" data-toggle="dropdown" href="#" aria-expanded="false">
|
||||||
<a class="nav-link" href="notifications.php">
|
|
||||||
<i class="far fa-bell"></i>
|
<i class="far fa-bell"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<div class="dropdown-menu dropdown-menu dropdown-menu-right" style="left: inherit; right: 0px;">
|
||||||
|
<span class="dropdown-item dropdown-header">No Notifications</span>
|
||||||
|
<div class="dropdown-divider"></div>
|
||||||
|
<div class="text-center text-secondary p-3">
|
||||||
|
<i class='far fa-fw fa-4x fa-bell-slash'></i>
|
||||||
|
</div>
|
||||||
|
<div class="dropdown-divider"></div>
|
||||||
|
<a href="notifications_dismissed.php" class="dropdown-item dropdown-footer">See Dismissed Notifications</a>
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue