Changed header names from logins to credentials in asset and contact details, migrated more items to the new AJAX modal function

This commit is contained in:
johnnyq
2025-02-18 20:25:02 -05:00
parent 88ee9b60e7
commit 6f8cc40167
16 changed files with 612 additions and 546 deletions

View File

@@ -42,7 +42,7 @@ $sql_recent_logs = mysqli_query($mysqli, "SELECT * FROM logs
</tbody>
</table>
<div class="card-footer">
<a href="admin_audit_log.php?q=<?php echo "$session_name successfully logged in"; ?>>See More...</a>
<a href="admin_audit_log.php?q=<?php echo "$session_name successfully logged in"; ?>">See More...</a>
</div>
</div>