Remove _details, fix plural and singular file naming in admin, update admin post to match agent post

This commit is contained in:
johnnyq
2026-07-15 00:38:34 -04:00
parent 38a042d435
commit dae7f09650
11 changed files with 41 additions and 49 deletions

View File

@@ -790,7 +790,7 @@ $sql_asset_retired = mysqli_query(
</table>
<?php if ($session_user_role == 3) { ?>
<div class="card-footer p-2">
<a href="../admin/audit_log.php?client=<?php echo $client_id; ?>">See More...</a>
<a href="../admin/audit_logs.php?client=<?php echo $client_id; ?>">See More...</a>
</div>
<?php } ?>
</div>