mirror of
https://github.com/itflow-org/itflow
synced 2026-03-25 23:05:37 +00:00
Rename Events in Client Side Nav to Calendar
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
<a href="client_events.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_events.php") { echo "active"; } ?>">
|
<a href="client_events.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_events.php") { echo "active"; } ?>">
|
||||||
<i class="nav-icon fas fa-calendar-alt"></i>
|
<i class="nav-icon fas fa-calendar-alt"></i>
|
||||||
<p>
|
<p>
|
||||||
Events
|
Calendar
|
||||||
<?php
|
<?php
|
||||||
if ($num_events > 0) { ?>
|
if ($num_events > 0) { ?>
|
||||||
<span class="right badge text-light"><?php echo $num_events; ?></span>
|
<span class="right badge text-light"><?php echo $num_events; ?></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user