Show Quick Asset details when clicking on a connected asset also when you click on asset in document details

This commit is contained in:
johnnyq
2025-02-21 18:22:14 -05:00
parent 94ff910564
commit 87779e5c10
4 changed files with 25 additions and 6 deletions

View File

@@ -268,7 +268,12 @@ $page_title = $row['document_name'];
?>
<div class="ml-2">
<a href="asset_details.php?client_id=<?php echo $client_id; ?>&asset_id=<?php echo $asset_id; ?>" target="_blank"><?php echo $asset_name; ?></a>
<a href="#"
data-toggle="ajax-modal"
data-modal-size="lg"
data-ajax-url="ajax/ajax_asset_details.php"
data-ajax-id="<?php echo $asset_id; ?>">
<?php echo $asset_name; ?></a>
<a class="confirm-link float-right" href="post.php?unlink_asset_from_document&asset_id=<?php echo $asset_id; ?>&document_id=<?php echo $document_id; ?>">
<i class="fas fa-fw fa-trash-alt text-secondary"></i>
</a>