mirror of https://github.com/itflow-org/itflow
Rename Events in Client Side Nav to Calendar
This commit is contained in:
parent
91924bc239
commit
c18dbc5985
|
|
@ -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"; } ?>">
|
||||
<i class="nav-icon fas fa-calendar-alt"></i>
|
||||
<p>
|
||||
Events
|
||||
Calendar
|
||||
<?php
|
||||
if ($num_events > 0) { ?>
|
||||
<span class="right badge text-light"><?php echo $num_events; ?></span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue