From f6d032f1d222bff5e0ed004eaca370cd8a335ddd Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 26 Sep 2023 12:55:38 -0400 Subject: [PATCH] Moved Document Templates to settings --- client_documents.php | 5 ---- ...dal.php => document_template_add_modal.php | 9 ++++--- ...tails.php => document_template_details.php | 24 ++++++------------- ...al.php => document_template_edit_modal.php | 4 ++++ post/document.php | 2 +- ...tes.php => settings_document_templates.php | 15 +++++------- settings_side_nav.php | 7 ++++++ 7 files changed, 31 insertions(+), 35 deletions(-) rename client_document_template_add_modal.php => document_template_add_modal.php (81%) rename client_document_template_details.php => document_template_details.php (64%) rename client_document_template_edit_modal.php => document_template_edit_modal.php (87%) rename client_document_templates.php => settings_document_templates.php (85%) diff --git a/client_documents.php b/client_documents.php index 2f9ffd14..78da8f06 100644 --- a/client_documents.php +++ b/client_documents.php @@ -53,11 +53,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));

Documents

- - -
diff --git a/client_document_template_add_modal.php b/document_template_add_modal.php similarity index 81% rename from client_document_template_add_modal.php rename to document_template_add_modal.php index 4b1ebeef..8f243a7d 100644 --- a/client_document_template_add_modal.php +++ b/document_template_add_modal.php @@ -2,22 +2,25 @@