diff --git a/client_document_details.php b/client_document_details.php new file mode 100644 index 00000000..cf4cc279 --- /dev/null +++ b/client_document_details.php @@ -0,0 +1,75 @@ + + + + +
+ +
+
+
+

+
+ +
+
+
+ +
+
+
+ +
+
+
+

Related

+
+
+ kljlljhk + +
+
+ +
+ +
\ No newline at end of file diff --git a/client_documents.php b/client_documents.php index 014192d5..815866c3 100644 --- a/client_documents.php +++ b/client_documents.php @@ -170,7 +170,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); - + diff --git a/client_routes.php b/client_routes.php index 0475f836..a362f311 100644 --- a/client_routes.php +++ b/client_routes.php @@ -94,6 +94,11 @@ if(isset($_GET['tab'])){ include("client_documents.php"); } } + elseif($_GET['tab'] == "document_details") { + if ($session_user_role > 1) { + include("client_document_details.php"); + } + } elseif($_GET['tab'] == "services"){ if($session_user_role > 1) { include("client_services.php"); diff --git a/client_side_nav.php b/client_side_nav.php index 2eeab516..9f955cd8 100644 --- a/client_side_nav.php +++ b/client_side_nav.php @@ -200,7 +200,7 @@