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

@@ -66,7 +66,7 @@ if (isset($_POST['add_document_from_template'])) {
flash_alert("Document <strong>$document_name</strong> created from template");
redirect("client_document_details.php?client_id=$client_id&document_id=$document_id");
redirect("document_details.php?client_id=$client_id&document_id=$document_id");
}
@@ -116,7 +116,7 @@ if (isset($_POST['edit_document'])) {
flash_alert("Document <strong>$name</strong> edited, previous version kept");
redirect("client_document_details.php?client_id=$client_id&document_id=$document_id");
redirect("document_details.php?client_id=$client_id&document_id=$document_id");
}
if (isset($_POST['move_document'])) {