diff --git a/client_document_details.php b/client_document_details.php index d525c60e..33fa3747 100644 --- a/client_document_details.php +++ b/client_document_details.php @@ -11,15 +11,15 @@ $purifier_config->set('URI.AllowedSchemes', ['data' => true, 'src' => true, 'htt $purifier = new HTMLPurifier($purifier_config); if (isset($_GET['document_id'])) { - $document_id = intval($_GET['document_id']); + $document_id = intval($_GET['document_id']); } $folder_location = 0; $sql_document = mysqli_query($mysqli, "SELECT * FROM documents - LEFT JOIN folders ON document_folder_id = folder_id - LEFT JOIN users ON document_created_by = user_id - WHERE document_client_id = $client_id AND document_id = $document_id" + LEFT JOIN folders ON document_folder_id = folder_id + LEFT JOIN users ON document_created_by = user_id + WHERE document_client_id = $client_id AND document_id = $document_id" ); $row = mysqli_fetch_array($sql_document); @@ -39,249 +39,249 @@ $document_parent = intval($row['document_parent']); ?>
-
-
-
+
+
+
-

()

+

()

+
+
Date:
+ +
Prepared By:
+ +
+
+
+ +
+
+
+ +
-
Date:
- -
Prepared By:
- +
+ + + +
-
-
- -
-
-
+
+
Related Items
+
+ Files + +
+ -
-
- - - -
-
-
-
Related Items
-
- Files - -
- +
+ + + + +
+ +
+ Contacts + +
+ -
- - - - -
- -
- Contacts - -
- +
+ + + + +
+ +
+ Assets + +
+ -
- - - - -
- -
- Assets - -
- +
+ + + + +
+ +
+ Licenses + +
+ -
- - - - -
- -
- Licenses - -
- +
+ + + + +
+ +
+ Vendors + +
+ -
- - - - -
- -
- Vendors - -
- -
- - - - -
- -
- -
-
Revisions
- -
"> - (Parent)"; - } else { ?> - - - - +
+ + + + +
+
- -
-
+
+
Revisions
+ +
"> + (Parent)"; + } else { ?> + + + + +
+ +
+ +
@@ -305,3 +305,4 @@ require_once "share_modal.php"; require_once "footer.php"; +?>