Renamed Software to Liceneses and renamed Logins to Passwords under client section

This commit is contained in:
johnnyq
2022-09-17 19:48:28 -04:00
parent 996c603826
commit ab4826db54
4 changed files with 8 additions and 8 deletions

View File

@@ -66,7 +66,7 @@
<a href="?client_id=<?php echo $client_id; ?>&tab=software" class="nav-link <?php if($_GET['tab'] == "software") { echo "active"; } ?>">
<i class="nav-icon fas fa-cube"></i>
<p>
Software
Licenses
<?php
if($num_software > 0){ ?>
<span class="right badge badge-light"><?php echo $num_software; ?></span>
@@ -79,7 +79,7 @@
<a href="?client_id=<?php echo $client_id; ?>&tab=logins" class="nav-link <?php if($_GET['tab'] == "logins") { echo "active"; } ?>">
<i class="nav-icon fas fa-key"></i>
<p>
Logins
Passwords
<?php
if($num_logins > 0){ ?>
<span class="right badge badge-light"><?php echo $num_logins; ?></span>