Fix Contact Notes and Fix a few broken links

This commit is contained in:
johnnyq
2026-07-29 14:22:18 -04:00
parent a900b2cd74
commit af9990ff13
5 changed files with 23 additions and 14 deletions

View File

@@ -56,7 +56,7 @@
?>
<div class="ml-2">
<a href="asset_details.php?client_id=<?= $client_id ?>&asset_id=<?= $asset_id ?>" target="_blank"><?= $asset_name ?></a>
<a href="asset.php?client_id=<?= $client_id ?>&asset_id=<?= $asset_id ?>" target="_blank"><?= $asset_name ?></a>
<a class="confirm-link float-right" href="post.php?unlink_asset_from_file&asset_id=<?= $asset_id ?>&file_id=<?= $file_id ?>">
<i class="fas fa-fw fa-trash-alt text-secondary"></i>
</a>