Consolidate alot of modals to modals/ENTITY removed ajax_ and _modal prefixes from file names and use new ajax-modal syntax

This commit is contained in:
johnnyq
2025-08-23 18:48:21 -04:00
parent 15ba385398
commit 170d6dd7e5
109 changed files with 231 additions and 310 deletions

View File

@@ -237,10 +237,9 @@ $sql_asset_retired = mysqli_query(
?>
<tr>
<td>
<a href="#" data-toggle="ajax-modal"
<a href="#" class="ajax-modal"
data-modal-size="lg"
data-ajax-url="ajax/ajax_contact_details.php"
data-ajax-id="<?php echo $contact_id; ?>">
data-modal-url="modals/contact/contact_details.php?id=<?= $contact_id ?>">
<div class="media">
<?php if ($contact_photo) { ?>
<span class="fa-stack fa-2x mr-2 text-center">