From fd8188095eeaea6178d33fdb9e70d37e4305623b Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 14 Apr 2022 22:59:36 -0400 Subject: [PATCH] New Feature Enable/Disable ITFlow Modules now using the automated DB updater --- admin_side_nav.php | 54 ++++++++++++++++++++++++++++--------------- client.php | 12 ++++++---- client_add_modal.php | 7 ++++++ client_edit_modal.php | 9 +++++++- client_side_nav.php | 28 ++++++++++++---------- clients.php | 6 ++--- database_updates.php | 10 ++++---- database_version.php | 2 +- db.sql | 5 +++- get_settings.php | 5 ++++ post.php | 24 +++++++++++++++++++ settings-modules.php | 33 ++++++++++++++++++++++++++ side_nav.php | 4 ++-- ticket.php | 4 +++- 14 files changed, 153 insertions(+), 50 deletions(-) create mode 100644 settings-modules.php diff --git a/admin_side_nav.php b/admin_side_nav.php index 62557570..ea131dff 100644 --- a/admin_side_nav.php +++ b/admin_side_nav.php @@ -48,6 +48,7 @@ + - - + + + + + + + + + + - - + + + - + + + - 2){ ?> + 2 AND $config_module_enable_accounting == 1){ ?> @@ -305,13 +307,15 @@

Shared Links

- + + + - = 2){ ?> + = 2 && $config_module_enable_ticketing == 1){ ?>