From d85b11fae8d9c537fab6fbdbaa70162039a4f2b8 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 23 Jan 2022 21:11:19 +0000 Subject: [PATCH] Initial work for services module --- client_services.php | 116 +++++++++++++++++++++++++ client_side_nav.php | 13 +++ service_view_modal.php | 192 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 321 insertions(+) create mode 100644 client_services.php create mode 100644 service_view_modal.php diff --git a/client_services.php b/client_services.php new file mode 100644 index 00000000..3e05ec55 --- /dev/null +++ b/client_services.php @@ -0,0 +1,116 @@ + +
+
+

Services

+
+ +
+
+ +
+
+ + "> + + + + + + + + + + + $service_importance"; + }elseif($service_importance == "Medium"){ + $service_importance_display = "$service_importance"; + }elseif($service_importance == "Low"){ + $service_importance_display = "$service_importance"; + }else{ + $service_importance_display = "-"; + } + + + ?> + + + + + + + + + + + + + + + +
NameCategoryUpdatedImportanceAction
+ +
+
+
+
diff --git a/client_side_nav.php b/client_side_nav.php index e218e53f..db8632d9 100644 --- a/client_side_nav.php +++ b/client_side_nav.php @@ -140,6 +140,19 @@ + +