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

@@ -408,9 +408,9 @@ if (isset($_GET['query'])) {
?>
<tr>
<td><a href="client_document_details.php?client_id=<?php echo $client_id ?>&document_id=<?php echo $document_id; ?>"><?php echo $document_name; ?></a></td>
<td><a href="document_details.php?client_id=<?php echo $client_id ?>&document_id=<?php echo $document_id; ?>"><?php echo $document_name; ?></a></td>
<td>
<a href="client_documents.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a>
<a href="documents.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a>
</td>
</tr>
@@ -460,7 +460,7 @@ if (isset($_GET['query'])) {
<td><a href="uploads/clients/<?php echo $client_id; ?>/<?php echo $file_reference_name; ?>" download="<?php echo $file_name; ?>"><?php echo "$folder_name/$file_name"; ?></a></td>
<td><?php echo $file_description; ?></td>
<td>
<a href="client_files.php?client_id=<?php echo $client_id; ?>&folder_id=<?php echo $folder_id; ?>"><?php echo $client_name; ?></a>
<a href="files.php?client_id=<?php echo $client_id; ?>&folder_id=<?php echo $folder_id; ?>"><?php echo $client_name; ?></a>
</td>
</tr>